Skip to content

Releases: Defxult/reactionmenu

v1.0.5

19 Mar 07:22
1201b09
Compare
Choose a tag to compare
  • Added class variable ReactionMenu.NORMAL
  • Added class variable ReactionMenu.FAST
  • Added ReactionMenu kwarg "navigation_speed". Used with either ReactionMenu.NORMAL or ReactionMenu.FAST
  • Fixed a bug where if multiple menu instances were created and stopped in a single execution, calling ReactionMenu.stop() could stop the wrong instance
  • Fixed a bug 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 a bug with Button objects where a duplicate name/emoji could be used

v1.0.4

13 Mar 09:06
Compare
Choose a tag to compare
  • Added the ability for buttons to call functions
  • Added new ButtonType (ButtonType.CALLER)
  • Added class method ButtonType.caller_details()
  • Fixed a bug where exceptions were suppressed specifically inside the execution method

v1.0.2

25 Feb 07:03
908c44b
Compare
Choose a tag to compare
  • Added class method ReactionMenu.get_sessions_count()
  • Added the option to delete the messages sent when interacting with the menu via ButtonType.GO_TO_PAGE. Repeatedly using ButtonType.GO_TO_PAGE can sometimes make the chat look like spam