robertwayne / dpymenus

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

Add on_cancel, on_timeout overrides for PaginatedMenu. #14

Closed robertwayne closed 4 years ago

robertwayne commented 4 years ago

Currently they can only use the default options as they have no user-defined pages -- only embeds.

Cleanest solution is to just put optional args in the class init and handle those the same way page overrides do.

robertwayne commented 4 years ago

Available in v0.3.2a for testing for the time being.