Repeated use of an optimal option in a slash command
Is there a way for me to do so an optimal option in the slash command can be used multiple times and maybe return an array?
For an example if it's doing something in a category do i want to be able to select channel under that category to skip
11 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 OPno
you will need to either have that option multiple times or use a select menu
rip, would be super useful tbh
select menus are only for buttons right?
what?
a select menu isnt a button
no but can you use a select menu with the slash commands?
yes?
oh
if you reply with it yes
i guess i could make the option a boolean and if it's true then use the select menu that way