Selecting the same Slash Command option multiple times
Hello. Currently learning the basics of Discord.js, I was wondering if it supported selecting the same option multiple times. When writing the slash command, it gives the "penalties" option and then three choices: "From back", "Blindness" and "Surprise". But I can only pick one of those choices. Is there a way to select one option multiple times in the same Slash Command? Like, being able to choose "Blindness" and then "Surprise". I guess I could just write three options, but I want it to be scalable lol
If not possible, how would you do it?
3 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!
- ✅
Marked as resolved by OPNot with a slash command - responding with a select menu allows multiselection
Guess I'll have to search about that. Thanks! ^^