discord.js-pagination
discord.js-pagination copied to clipboard
Changing Slides
Issue
When I send a new pagination any user can just change slides. I think I should be just for the message author who can change it.
Suggestion for extra support
If this is not a bug and it is intentional then please add a support for that. We just need to check user==message.author
.
Issue
When I send a new pagination any user can just change slides. I think I should be just for the message author who can change it.
Suggestion for extra support
If this is not a bug and it is intentional then please add a support for that. We just need to check
user==message.author
.
Check my PR, which allows you to provide a custom collection filter and exposes all of the parameters.
In addition you can provide a custom footer resolver, end handler and page resolver.