Paginated message exceeding 25 pages
Why can't paginated messages go more than 25 pages, and how do I do what the last line is telling me to do?
Solution:Jump to solution
Nevermind, figured it out. Paginated messages can't go more than 25 pages due to the select menu for the pages (which is limited to 25 choices)
3 Replies
Solution
Nevermind, figured it out. Paginated messages can't go more than 25 pages due to the select menu for the pages (which is limited to 25 choices)
On a side note i'm actually curious about it
What if modal submission was provided instead of select menu? 🤔
or remove the select menu 🤔
I know this is an old post and am curious to the
If you do need more than 25 pages you can extend the class and overwrite the actions in the constructor.
I am writing a bot that is to display results from an API and there can be more than 25 results for a user and need for the user to be able to go through those results. The results are in array of JSON objects such as
if feasable, i could do like 5 of those per page (something I would need to figure out), but it could still end up past 25 pages depending on how many movies/shows the user has in their watch history