<details>
<summary>Click to display changelog</summary>
New Features
* Added `ReactionMenu` kwarg `navigation_speed`. Used with the below class attributes
* `ReactionMenu.NORMAL`
* `ReactionMenu.FAST`
Bug Fixes
* Fixed an issue where if multiple menu instances were created and stopped in a single execution, calling `ReactionMenu.stop()` could stop the wrong instance
* Fixed an issue where if an exception was to occur during the startup of a menu, exceptions such as discord.py's "missing permissions" exception would be suppressed and not be displayed
* Fixed an issue with `Button` objects where a duplicate name/emoji could be used
</details>