Pagination
Pagination is a system which will convert multiple embeds in one and add reactions to swipe threw them.
Setup a Embed for Pagination
To setup a pagination embed, we need to create a normal embed via the bot first. We do this by running the command [prefix]createembed [code]
// Syntax
[prefix]createembed [code]
// Example
[prefix]createembed {embed}{description: test embed}
Set Embed as Pagination Embed
After we done this, we need to get the message url or the message id from the created embed. After we did this, we can run the following command, to set the recently created embed as a paginated one.

If the command was successful, we can see two arrow reactions under the embed. Now that we've done that, we can add pages to the embed.
Adding Pages to the Embed
To add more Pages to the paginated embed, we need to create a new embed code for our second embed. You can do this by running [prefix]embedsetup and create one via discord, or you can use our online embedbuilder.
When this is done, we can start by running following command: [prefix]pagination add

Delete a Page from the Embed
If you wish to remove a page from your paginated embed. You can do this easily by running [prefix]pagination remove

Updating a Page in the Embed
You've got a typo in your embed script or want to change a specific page? No problem, you dont need to reset the whole embed to edit it. You only need to get the new embed code for the specific page you wanna change, and then need to run [prefix]pagination update

Restore the Emoji Reactions
If the emoji reactions from the bot gets removed somehow from the embed, then you can add them back by running following command: [prefix]pagination restorereactions

Remove a Pagination Embed
To remove a pagination embed completely with pages and everything, you can do this by running the command: [prefix]pagination delete

Reset all Pagination Embeds
If you wish to disable the pagination module completely or just want to reset/remove all embeds with just one command, you can run: [prefix]pagination reset

Last updated