Rapptz / discord-ext-menus

MIT License
234 stars 87 forks source link

Add clear_reaction attribut to Menu class #19

Closed CrumblyLiquid closed 3 years ago

CrumblyLiquid commented 3 years ago

I think it would be cool to add an option to remove the reaction (from the user who reacted to the message) when the event is triggered. I've seen this implemented in some bots already.

I'm not sure what would be the best naming option for this. What are your thoughts on this?

Snaptraks commented 3 years ago

Reading this comment in the code will give you some insight why it might be considered a bad idea https://github.com/Rapptz/discord-ext-menus/blob/84caae8038d0d3adc860957ccef05baeec2e2dd8/discord/ext/menus/__init__.py#L571-L580