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
When using remove button to remove a reaction (Assuming react=True), there is an issue if said "button" has already been reacted to once. Because self.message.remove_reaction will only lower the count, instead of removing it entirely. Would changing this to self.message.clear_reaction be an option?
The text was updated successfully, but these errors were encountered:
When using remove button to remove a reaction (Assuming react=True), there is an issue if said "button" has already been reacted to once. Because
self.message.remove_reaction
will only lower the count, instead of removing it entirely. Would changing this toself.message.clear_reaction
be an option?The text was updated successfully, but these errors were encountered: