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
d.js toolkit
d.js toolkit5mo ago
- 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 OP
Crλb
CrλbOP5mo ago
No description
No description
treble/luna
treble/luna5mo ago
Use user select menus
Crλb
CrλbOP5mo ago
how does that work exactly?
d.js docs
d.js docs5mo ago
:guide: Message Components: Select menus read more
treble/luna
treble/luna5mo ago
Same thing for user selects, apart from that they already are populated
Crλb
CrλbOP5mo ago
this is my code for registering commands,how can i integrate it?
No description
treble/luna
treble/luna5mo ago
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
Crλb
CrλbOP5mo ago
:(

Did you find this page helpful?