We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
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.
user==message.author
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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
.The text was updated successfully, but these errors were encountered: