#[CLOSED] Help Creating Slash Command Option
6 messages · Page 1 of 1 (latest)
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
Subcommand names need to be lowercase
Move the .setRequired(true) to the user option. Subcommands are always required