Pagination
Learn how to create multi-page interactive embeds.
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.
Pagination is only supported for messages sent by greed that contain at least one embed.
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.
,pagination set [message_id_or_link]
This defines the "Page 1" of your interaction.
Add Additional Pages
Use the add subcommand to push new content to the end of the sequence.
,pagination add [message_link] [embed_script]
You can add up to 10 pages per message.
Finalize and Navigate
greed will automatically add reaction arrows (⬅️ ➡️) to the message. Users with appropriate permissions can now flip through your pages!
Complete Command List
| Command | Description |
|---|---|
,pagination list | Lists all active paginated embeds in the current server. |
,pagination delete [message_link] | Removes all pagination logic from a message (alias: remove). |
,pagination restorereactions [message_link] | Re-adds the navigation arrows if they were accidentally removed. |
Pagination scripts support all standard variables and embed parameters!