The message or interaction to reply with the pagination message
The pagination options
The action rows of the final message.
The attachments to show with the paginated messages.
All the authorized users who can use the pagination buttons
Readonly
buttonPagination button infos.
The pagination buttons.
Optional
collectorThe collector of the pagination.
The current page number.
Readonly
dataThe API data associated with this embed.
The descriptions to paginate through.
The embeds if paginating through embeds.
Whether the reply should be ephemeral or not.
Whether if paginating through embed's fields.
The idle time before closing.
The images to paginate through.
Readonly
interactionThe interaction that the paginator is for.
The limit of entries per page.
Whether to loop through the pages or not.
The description to show after the paginated descriptions.
The description to show before the paginated descriptions.
The total number of entries.
The total number of pages.
Adds a custom action row below or above the pagination button action row.
The action rows to add
The position where the action rows to be added
Adds an attachment to the existing attachments.
The attachment to add
Adds multiple attachments to the existing attachments.
The attachments to add
Adds multiple pagination descriptions.
The descriptions to set
Adds multiple pagination embeds.
An array of EmbedBuilder or APIEmbed
Optional
template: (embed: EmbedBuilder) => JSONEncodable<APIEmbed>A template function that will be called for each embed.
Appends fields to the embed
The fields to add
Protected
goProtected
goProtected
goProtected
goPaginates through fields. It will be ignored if you are not paginating through fields.
Whether to paginate fields
Prepares the pagination.
Sends the final message.
By default, it will send as a reply to the message
but if the interaction is already replied or deferred then it will editReply
.
If you want to send follow-up or update the interaction, then use Pagination.followUp or Pagination.update instead.
Sends an attachment along with the embed.
The attachments to set
Sets the author of this embed.
The options to use
Customizes the styles of each button.
The styles of the buttons
Set pagination buttons
Optional
buttons: Record<string, ButtonBuilder>The buttons to set
Sets the color of this embed.
The color to use
Sets the description of this embed.
The description to use
Sets the pagination embeds. Note: if you set this then all other pagination methods and embed methods will be ignored i.e., descriptions, images, fields, also the embed properties like title, footer and all
Sets the emojis for the buttons.
The emoji options to set
Sets the embed's fields
The fields to set
This method is an alias for PaginationEmbed.spliceFields. More specifically, it splices the entire array of fields, replacing them with the provided fields.
You can set a maximum of 25 fields.
Sets the footer of this embed.
The footer to use
Sets the image of this embed.
The image URL to use
Sets the labels for the buttons.
The label options to set
Sets a fixed post description which will be shown in all pages after the paginated descriptions. It will be ignored if you are not paginating through descriptions.
The post description to set
Sets a fixed prev description which will be shown in all pages before the paginated descriptions. It will be ignored if you are not paginating through descriptions.
The prev description to set
Sets the thumbnail of this embed.
The thumbnail URL to use
Sets the timestamp of this embed.
Optional
timestamp: null | number | DateThe timestamp or date to use
Sets the title for this embed.
The title to use
Sets the URL of this embed.
The URL to use
Removes, replaces, or inserts fields in the embed.
The index to start at
The number of fields to remove
The replacing field objects
This method behaves similarly to Array.prototype.splice. The maximum amount of fields that can be added is 25.
It's useful for modifying and adjusting order of the already-existing fields of an embed.
Static
from
The pagination class.