You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Utilize INTERACTION_CREATE event for ButtonKit instead of using collector.
This allows developers to resume listener without having to set timeout. But this raises a question, should we keep current implementation as well? Collectors are useful for quick prompts such as
Do you really want to kick this user?
[No] [Yes]
which ends after n seconds usually.
The text was updated successfully, but these errors were encountered:
Utilize
INTERACTION_CREATE
event for ButtonKit instead of using collector.This allows developers to resume listener without having to set timeout. But this raises a question, should we keep current implementation as well? Collectors are useful for quick prompts such as
which ends after n seconds usually.
The text was updated successfully, but these errors were encountered: