psibean / discord.js-pagination

A simple (or advanced - it's your choice) utility to paginate discord embeds. Configure, customise, and control!
MIT License
10 stars 8 forks source link

Is this possible? #6

Closed VikkiVuk closed 3 years ago

VikkiVuk commented 3 years ago

Is it possible to make an automatic pagination, it basically just gets all of the items from an array and makes an embed for every 5 items, and then puts that into the pagination pages? Is this possible, and if it is how would i do this, im fairly new to this kind of stuff..

psibean commented 3 years ago

I'm guessing you closed it because you figured it out?

You can construct the pages by ANY means! Supply all the embeds and the pagination will do the rest.

The next update will allow you to provide a function, which returns an embed based on the page identifiers, allowing for creating them as they are navigated, rather than having them all up front.

But you can still supply them all up front too!