max options
what is the max amount of options on a slash command. how does /tag have so many
3 Replies
• What's your exact discord.js
npm list discord.js
and node node -v
version?
• Post the full error stack trace, not just the top part!
• Show your code!
• Explain what exactly your issue is.
• Not a discord.js issue? Check out #useful-servers.autocomplete
dynamically generates up to 25 options when you type, narrowing it down based on input
you get an interaction when the user stops typing and respond to it with an array of up to 25 options to choose from
when the user eventually executes the command you get it as a regular command payload in another interaction event