Rapptz / discord-ext-menus

MIT License
234 stars 87 forks source link

Provide option to not detect reaction_remove events #43

Closed Chiggy-Playz closed 3 years ago

Chiggy-Playz commented 3 years ago

Maybe there can be a boolean argument provided to init of menu, telling the menu to whether accept reaction_remove or not. This can solve the issue of removal of the reaction of the user by the bot, since the bot isnt listening to the reaction_remove event. By default, the boolean can be True, meaning that the menu will observe reaction_remove event. I can open a PR if needed too

Rapptz commented 3 years ago

Duplicate of https://github.com/Rapptz/discord-ext-menus/pull/35 https://github.com/Rapptz/discord-ext-menus/pull/36 and https://github.com/Rapptz/discord-ext-menus/pull/19