ChannelSelectMenu
Is it possible for users to select more than one channel in ChannelSelectMenu?
5 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 OPyes
:method: ChannelSelectMenuBuilder#setMaxValues
@1.8.2
Sets the maximum values that must be selected in the select menu.Iirc the default values for all select menus are min 0 and max of 1
oh
thats why
thanks
if i put
.setMaxValues(undefined)
, a user should be able to select as many as they want, right?
okay
thanks