Optional
description_The localizations for the command description. This should be an object where the keys are locale codes and the values are the localized descriptions.
The name of the command, subcommand, subcommand group, option. This should be a lowercase string with no spaces. It can only contain alphanumeric characters, underscores, and dashes.
Optional
name_The localizations for the command name. This should be an object where the keys are locale codes and the values are the localized names.
Optional
requiredWhether the option is required. If true, the user must provide a value for this option. If false, the user can skip this option.
The type of the option. This should be one of the following:
The description of the option. This should be a string that describes what the option does.