Rapptz / discord-ext-menus

MIT License
234 stars 87 forks source link

Possible remove_button bug #30

Open Redjumpman opened 3 years ago

Redjumpman commented 3 years ago

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?