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

Changing Slides

Open ikrishagarwal opened this issue 3 years ago • 1 comments

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.

ikrishagarwal avatar Mar 27 '21 07:03 ikrishagarwal

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.

psibean avatar Mar 27 '21 08:03 psibean