Skip to main content

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.
1

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.
2

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.
3

Modify or Correct

If you need to tweak the content of a specific page without resetting the whole system:
,pagination update [message_link] [page_number] [new_script]
4

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

CommandDescription
,pagination listLists 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 resetWipes all pagination configurations for the entire server.
,pagination restorereactionsRe-adds the navigation arrows if they were accidentally removed.
Pagination scripts support all standard variables and embed parameters!