10.0.0 • Published 10 months ago

craft-pagination v10.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

1 Installation

npm install craft-pagination@latest

2 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
);
10.0.0

10 months ago

0.0.0

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago