#help with pagination
1 messages · Page 1 of 1 (latest)
const pm = new PaginatedMessage();
for (const page of embeds) {
pm.addPageEmbed(page);
}
1 messages · Page 1 of 1 (latest)
how to set array of embeds as pages for pagination? if i set like that, it creates a single page with 5 embeds.
const pm = new PaginatedMessage();
for (const page of embeds) {
pm.addPageEmbed(page);
}