Dougley / MegaBot

Discord bot that interacts with Zendesk Community
GNU Affero General Public License v3.0
1 stars 0 forks source link

Ability to revoke a vote #31

Closed Thereatra closed 5 years ago

Thereatra commented 5 years ago

Is your feature request related to a problem? Please describe. Currently if you missclick and vote on the wrong thing or change your mind there's no way to revoke it without using the website.

Describe the solution you'd like The ability to revoke a vote on a suggestion when removing the reaction.

Describe alternatives you've considered This could also be achieved by having a !revoke command or by using the !vote command again on a suggestion.

Dougley commented 5 years ago

Returning to a neutral state when reactions are removed is definitely possible. However, we currently don't listen to reactionRemove for performance sake (same reason as of why we don't listen to guildMemberUpdate anymore for welcoming)