JDA-Applications / JDA-Utilities

A series of tools and utilities for JDA to assist in bot creation
Apache License 2.0
218 stars 111 forks source link

Suggestion: Allow paginated menu to skip to the end/start #96

Closed Andre601 closed 5 years ago

Andre601 commented 5 years ago

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.

The issue tracker is reserved for issues, errors, and feature requests related to JDA-Utilities, and not questions and other requests for help.

Issue Information

Check all that apply:

This issue tracker does not assist or handle issues with the JDA library.
For JDA related issues, visit the JDA issue tracker and open an issue there.

Description

I want to suggest a change to the PaginatorBuilder, to allow skipping to the end or start of the pages. By that I mean the following cases:

jagrosh commented 5 years ago

Isn't this something that already exists

kantenkugel commented 5 years ago

I wouldn't say thats exactly the same Lets say user is on page 5/30 and wants to jump to 30 (the end) directly Wrap would mean that the user "only" has to do 5 paginations to the left. but its not some instant jump like some paginators have (jump to start, jump to end)

kantenkugel commented 5 years ago

But yes, as by the example of the Issue, that already exists