robertwayne / dpymenus

Simplified menus for discord.py developers.
https://dpymenus.com/
MIT License
26 stars 4 forks source link

menus dont work without manage message permission #40

Closed takipsizad closed 3 years ago

robertwayne commented 3 years ago

Removing reactions requires this permission, as well as deleting command messages. The latter can be disabled with a menu option, but right now I don't have a built-in way to handle not having the permission at all. This was primarily a design choice, as it makes menus feel smoother -- though there are benefits to disabling it for a degraded experience (like tighter permissions, less API hits).

I will consider it for v2 as a fallback option when missing permissions. I will also add a note in the README about required permissions.