discord.js-pagination icon indicating copy to clipboard operation
discord.js-pagination copied to clipboard

A simple utility to paginate discord embeds.

Results 27 discord.js-pagination issues
Sort by recently updated
recently updated
newest added

If `!msg` then checking `msg.channel` will cause a crash anyway (and is always false). This condition should be an OR, not AND.

Custom emojis don't work for me I don't know if this is not intended to work with custom emojis. If not how could I use them

i use this lib for making a shop for my bot ... i type the command for displaying the shop and i change the page, the reaction is remove ......

I use this for a help command, whenever I use the help command, it removes my reaction, but doesnt do that for others, they have to manually remove the reaction....

Can I add my own footer to this? Footer: Page 1 / 2 - blablabla

The package is pretty awesome and easy to use, adding this will make it very productive. So, if a user is (let's say) playing a game with the reactions... And...

Don't use unary inc/dec operators during an assignment, it makes no semantical sense. `page--` already means `page -= 1`, so doing `page = page--` just confuses the meaning of the...