Creates an option for a command.
Optional
channel_Optional
descriptionOptional
description_Optional
max_Optional
max_Optional
min_Optional
min_Optional
nameOptional
name_Optional
requiredOptional
typeAdds a choice to the option.
Adds a choice to the option.
Adds an option to this option.
Adds an option to this option.
Sets whether autocomplete is enabled for this option.
Whether autocomplete is enabled for this option.
Sets which channel types are selectable by the user.
An array of channel types to offer as a choice.
Sets the default locale for localisation.
Sets the default locale for localisation.
Sets the description of the command choice.
The description of the command choice, or an object of descriptions for localisation.
Sets the maximum length the user may enter.
The maximum length that the user may enter.
Sets the maximum value the user may enter.
The maximum number value that the user may enter.
Sets the minimum length the user may enter.
The minimum length that the user may enter.
Sets the minimum value the user may enter.
The minimum number value that the user may enter.
Sets the name of the option.
Sets the name of the option, or an object of names for localisation.
Sets whether the option is required.
Whether the option is required.
Sets the option type.
The option type.
Returns the correct Discord format for a command option.
Optional
format: JsonTypes
Helps to create a choice for a command.
See
https://discord.com/developers/docs/interactions/application-commands#application-command-object-application-command-option-structure