Dwakof / ebot

Ebot aka Ecto Botanical Otherworldly Traitorbot
GNU Affero General Public License v3.0
1 stars 0 forks source link

[Mimic] Leaderboard for mimic results #206

Open xiprox opened 3 years ago

xiprox commented 3 years ago

It could be nice if we had a command to list the most popular mimic results (ebot's best work).

To do this, we could assign a certain amount of "points" to common emoji people react to messages with, such as lul, omegalul, kekw, ok_hand, 100, trophy, etc. Reactions to a mimic response would be stored in the db and later retrieved to rank and display with a command.

Considerations:

YoannMa commented 3 years ago

How do we tell which ebot message is a mimic?

That can be check in the mimic database as ebot save all his mimic reply with the message ID

Can ebot recognize/use custom emoji?

It is possible, but it would require hardcoding the emoji ID or name in the code or have a setup system per Guild

IMO, I'm fine with having the name (or a regex on the name) hardcoded, we could go like with a regex :

It allows other people to use their own emoji in our server as well

xiprox commented 3 years ago

Yep. That sounds good.