-
-
Notifications
You must be signed in to change notification settings - Fork 470
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feat: Add method to send paginator to channel outside context of user interaction #2713
base: master
Are you sure you want to change the base?
feat: Add method to send paginator to channel outside context of user interaction #2713
Conversation
005702e
to
f239407
Compare
I feel like a better solution is just adding a kwarg called
|
Making |
Mind explaining how making Also, see this message in the server. |
Saw your message, right mb it's not breaking. The only thing I'd see that would seem weird to me is that if you pass positional params, it will assume it is sending to a |
@Pycord-Development/contributors can we get some testing here :D |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should not IMO, for what that's worth, be a new method. Either @Soheab 's or my proposition, or another could be implemented. Both because having a new method is not really intuitive, and it also is mostly a copy paste of the send
method with some stuff removed.
Summary
Adds a method to the Paginator that allows sending a paginator to a specified channel, outside the context of a user interaction. This is useful for automation, in which the paginator wasn't explicitly invoked by some user action and thus a user context wouldn't be available.
Information
examples, ...).
Checklist
type: ignore
comments were used, a comment is also left explaining why.