Bypass the limited choices for string options on slashcommand
Hey there, I was looking at some bots and I found a music bot which allows the user to do
/play
name:I'm still
and it suggests in the bar above things (string choices) like I'm still standing - Elton John
. I thought that command builder choices had a limit of 25.
Anyone any idea how this could've been made so that it suits unlimited options? Or adjusts based on the input3 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 OPThank you very much!