What is Pagination?

Pagination allows you to create embeds with multiple pages that users can navigate through using reaction arrows. This is perfect for long messages, guides, or any content that’s better split into sections.

This is a premium feature. You must have a premium subscription to use pagination.

Setting Up Pagination

Managing Paginations

Requirements

  • Permissions: Manage Messages
  • Premium: Required
  • Command Usage: 3 second cooldown
  • Alias: ,pn

Example Setup

// Step 1: Create your first embed

,createembed {embed}$v

{title: My Guide}$v

{description: This is page 1}$v

{color: #7289da}



// Step 2: Set up pagination

,pagination set [message link]



// Step 3: Add more pages

,pagination add [message link] {embed}$v

{title: My Guide}$v

{description: This is page 2}$v

{color: #7289da}



// Step 4: Add final page

,pagination add [message link] {embed}$v

{title: My Guide}$v

{description: This is page 3}$v

{color: #7289da}

Replace [message link] with the actual Discord message link. You can get this by right-clicking the message and selecting “Copy Message Link”.

Common Issues

  • Missing Reactions: Use ,pagination restorereactions to fix missing navigation arrows
  • Invalid Link: Make sure you’re using a valid Discord message link
  • Permission Errors: Bot needs Manage Messages permission
  • Single Page: Cannot remove the last page (use delete instead)