6 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 OPWhat exactly is your issue?
I want to make a self role select system so when I want to get multiple roles from addroleoption while entering the command like /self-role-system setup role1, role2
You can only select one role with that option.
So how to get multiple roles?
You don't? All options on slash commands only allow one value. Not more. Either add more options or rethink your strategy.