Slash command subcommand
Assume I have a slash command trying to do something with a user or a role as above, is there any way that I can make it so if you input a user, you cannot input a role and vice versa?
Or would this be a case of just do the following as what I'm requesting is not something that is supported
4 Replies
the first way is only possible through post processing after the interaction is submitted
so like when you're actually handling the interaction you can check if both fields were filled out
the second way is good too
yeah I figured as much, thanks anyway.
The thread owner has marked this issue as solved.