Overview
Pagination allows you to create multi-page embeds that users can navigate using reactions.Create a Pagination Embed
1
Create the embed
Firstly you must create the embed to work with pagination. You can use
createembed command or embed Commands to create an embed2
Add the page
You can continue adding more pages to your embed using this command. It supports adding as many pages as needed:
.pagination add (message_id) (embed_code)3
Removing a page
If you want to remove a specific page from your pagination setup, use the command below:
.paginate remove (message_id) (page_number)List all pagination messages
You can use thepagination list command to view all pagination messages.
Delete all paginations
Subcommand:.pagination delete Help: Delete all the paginations for a message.
- Usage
Reset all pagination messages
You can use thepagination reset command to reset all pagination messages.