Buttonization does not work with Pagination #13
Labels
delayed feature
Feature will be added futurely
enhancement
New feature or request
help wanted
Extra attention is needed
Checklist
Make sure that you've checked all the items below.
JDABuilder.createLight()
, you added the following gateway intents:Library info
What libraries versions are you using.
Describe the bug
Using the library to paginate AND buttonize a MessageEmbed will result in all the reactions being added, but only the functionality of one (pagination OR buttonization). The functioning feature is determined by the order in which they are declared, so if one were to paginate and then buttonize a message, the functionality of buttonization would work, but not pagination, despite all the reactions being added to the message. Inverting the order of pagination/buttonization makes pagination work and buttonization fail (but all reactions are still added).
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Functionality of both pagination and buttonization should work such that a MessageEmbed can be sent with a list of options with pages. This will allow for numbered lists with more than 10 options to exist (via pagination) while also being easy to use.
Screenshots
Additional context
This is particularly useful for the case of ordered lists of options. In my case, it would be to show a list of 12 numbered/lettered options in groups of 5. So the first page would show 5 options, with reactions for numbers 1-5 (or letters A-E) as well as the pagination reactions. The second page shows the next 5 options with the same buttons as the first page. The third page shows the last 2 options, so only reactions for numbers 1-2, but also with pagination reactions.
The text was updated successfully, but these errors were encountered: