Open xiprox opened 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 :
lul
gives X pointskek
gives Y pointsIt allows other people to use their own emoji in our server as well
Yep. That sounds good.
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: