Are there any good options for selecting multiple users in a command's options ?
Im trying to make a command where you need to select multiple users and after that it creates a channel with those users being able to see it.
9 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 OPUse user select menus
how does that work exactly?
Same thing for user selects, apart from that they already are populated
this is my code for registering commands,how can i integrate it?
You dont add it in choices
You have to run the command and then show the menu
There's no way to select multiple users, except hardcoding the options
:(