I'm having a problem when I add.setMinValues(2).setMaxValues(3)it starts giving this error
I'm having a problem when I add
.setMinValues(2)
.setMaxValues(3)
it starts giving this error
13 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 staffYou’re setting it to minimum 2 options but there’s only one avaible
even so it wasn't
@ayman
You have 2 options there
or wait
Did you save your code
I put the set max value 2 there, but I want to be able to set it to a maximum of 24
also the setMaxValues can also cause this
Is there any way I can get it to select everyone? what to have?
Then you have to provide 24 options
wdym select everyone
You only have 2 values but you set max to 3
Just set the max values to the length of your options.
Or just don’t use .setMaxValues
True