#[CLOSED] Help Creating Slash Command Option

6 messages · Page 1 of 1 (latest)

celest plover
#

• 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.

burnt pulsar
#

You want different options based on what they pick for Account Type? Subcommands would be the best way to do this. Generally you could also use autocomplete

#

Also option names need to be lowercase without spaces or you'll get an invalid form body error

burnt pulsar
#

Subcommand names need to be lowercase

burnt pulsar
#

Move the .setRequired(true) to the user option. Subcommands are always required