forked from JDA-Applications/JDA-Utilities
-
-
Notifications
You must be signed in to change notification settings - Fork 28
Labels
Description
Issue
Issue Checklist
Please follow the following steps before opening this issue.
Issues that do not complete the checklist may be closed without any help.
- I have checked for similar issues on the issue tracker.
- I have updated to the latest version of JDA-Utilities.
- I have checked the branches or the maintainers' PRs for upcoming features/bug fixes.
Issue Information
Check all that apply:
- This is a bug report about an error, issue, or bug in JDA-Utilities.
- I have been able to consistently reproduce this bug.
- This is a feature request for the JDA-Utilities library.
Description
It would be a real nice addition to have direct support for Discord's buttons in the navigation of Pagination.
Current downsides I can see are as follows:
- Would (currently) use the feature/slash-command branch of JDA since Button support isn't officially released into JDA yet.
- Button handling could become more difficult in terms of resolving message and current state (what "page" is displayed) but I assume this is similar complication/effort as the reaction-system and could perhaps be simplified/combined into a single manager to handle it.
- The code in general is a big pile of 💩... I know it, since I tried myself to implement button support.