Can I have multiple autocomplete interaction handlers?
When an autocomplete interaction comes through, if one of the autocomplete handlers returns
this.none()
in the parse
method, will it still run the other handlers until it finds one that returns this.some()
?2 Replies
Before making questions like this, you should try it and see.
But to answer your question since I am apparently a debugger, yes it will. As long as the customId matches, you're chilling.