This is just a quick example to demonstrate how the paginator works.
npm install
Update the config.js
file with your own bot token, client id and guild id.
npm run start
The following commands are available as demonstrations:
This is an action row pagination example that uses two select menus and a row of buttons for navigation. It makes API calls to dynamically create page content.
This is an action row paghination example that uses both buttons and a select menu for navigation. It makes API calls to dynamically create page content.
A customised reaction example.
A customised button example.
A customised select example.
A dynamic button example where the pages are not provided up front.
A basic reaction example.
A basic button example.
A basic select example.