reactionmenu

A library to create a discord.py 2.0+ paginator (reaction menu/buttons menu). Supports pagination with buttons, reactions, and category selection using selects.

MIT License

Downloads
1.7K
Stars
115
Committers
4

Bot releases are visible (Hide)

reactionmenu - v1.0.5

Published by Defxult over 3 years ago

  • 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
reactionmenu - v1.0.4

Published by Defxult over 3 years ago

  • 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
reactionmenu - v1.0.2

Published by Defxult over 3 years ago

  • 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