-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Utility: Paginator #47
Comments
This sounds similar to chunking, is this what you mean? |
I am not sure what you mean. This needs to be able to be used with reactions or with messages. We could expect from this to also have:
|
Quick sum up about what this is supposed to introduce in term of feature:
As I see it, we will need various structure:
What could possibly be done:
|
Update: Requirements:
Both Paginator works this way:
There should be a different way to call the paginator (maybe, it can be when you create a generic Paginator and not a MessagePaginator / ReactionPaginator). The only thing I want is that when you call this Paginator with a different method (name TBD), you get the correct page rendered but it doesn't await anything, doesn't put reaction or anything. It just returns the page. I'd also like a third argument in paginator constructor which is "how the paginator send message" = basically a function that takes a whole embed object (and send it to discord). |
Add a paginator module via reaction (embed or not embed).
Features:
Optional/Interogation:
Goal: paginator used to list items in a message (eg: score etc)
Exported as an independant module (general utility tool)
The text was updated successfully, but these errors were encountered: