You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a user adds any of the positive reactions to a message with one or more point changes (++, --) the bot will repeat the action in the message as if the user adding the reaction had written the same message.
Negative reactions (ππ», π) ( β )
If a user adds any of the negative reactions to message with one or more point changes (++, --) the bot will repeat the action in the message as if the user adding the reaction had written the same message, BUT the points will be inverted (that is, all ++ become --, and -- become ++).
Inappropriate reactions (ππ»)
If a user adds any of the inappropriate reactions to a message, the user will be penalized with -100 points for inappropriate behavior.
Removing reactions
If a user decides to remove one of the above reactions, the bot must effectively undo the changes done when the reaction was added by the user (with the exception of the inappropriate reactions).
The text was updated successfully, but these errors were encountered:
In the end, I decided to keep things simpler and only handle β and β for ++ and -- reactions. This avoids having to check if the same user is adding multiple reactions hence, multiple votes.
Positive reactions
(ππ», ππ», βπ», ππ»ββοΈ, ππ»ββοΈ, ππ»)( β )If a user adds any of the positive reactions to a message with one or more point changes (++, --) the bot will repeat the action in the message as if the user adding the reaction had written the same message.
Negative reactions
(ππ», π)( β )If a user adds any of the negative reactions to message with one or more point changes (++, --) the bot will repeat the action in the message as if the user adding the reaction had written the same message, BUT the points will be inverted (that is, all ++ become --, and -- become ++).
Inappropriate reactions (ππ»)
If a user adds any of the inappropriate reactions to a message, the user will be penalized with -100 points for inappropriate behavior.
Removing reactions
If a user decides to remove one of the above reactions, the bot must effectively undo the changes done when the reaction was added by the user (with the exception of the inappropriate reactions).
The text was updated successfully, but these errors were encountered: