craft-pagination
v10.0.0
Published
```bash npm install craft-pagination@latest ```
Readme
1 Installation
npm install craft-pagination@latest2 Pagination
Create the pagination embed.
When providing the text for the footer, you can use
{current}and{total}as placeholders for the current page and the total number of pages.
paginationEmbed(
message,
embeds, // un array avec tous les embeds
buttons, // un array avec tous les bouttons
60000, // timeout
'Page {current}/{total}' // footer
);