#Welp with the paginator
1 messages · Page 1 of 1 (latest)
(the bot has to be running)
nah ugood
just a special case because of how views work (but also, making it outside the command would mean you reuse the same object every time, which could have caused issues)
@glossy orchid Please read the docs and examples on the paginator extension
.ext.pages
f
Pycord
This module provides an easy pagination system with buttons, page groups, and custom view support. Example usage in a cog: API Reference: Page: Attributes content, custom_view, embeds, files. Metho...
have a look whats used in the examples where you do ctx.respond
Yeah they need to do await paginator.respond(…)