Overview
Pagination allows you to condense large amounts of information into a single message with interactive “Next” and “Back” buttons. This is perfect for utility embeds, lists, or detailed server guides.Setup Guide
Follow these steps to turn a simple embed into a paginated interface.Initialize the Embed
Select a message sent by the bot and register it as the primary page.This defines the “Page 1” of your interaction.
Add Additional Pages
Use the You can add up to 10 pages per message.
add subcommand to push new content to the end of the sequence.Modify or Correct
If you need to tweak the content of a specific page without resetting the whole system:
Complete Command List
| Command | Description |
|---|---|
,pagination list | Lists all active paginated embeds in the current channel. |
,pagination remove [link] [page] | Removes a specific page from the sequence. |
,pagination delete [link] | Completely removes all pagination logic from a message. |
,pagination reset | Wipes all pagination configurations for the entire server. |
,pagination restorereactions | Re-adds the navigation arrows if they were accidentally removed. |
Pagination scripts support all standard variables and embed parameters!