options property

List<CommandOptionBuilder>? options
read / write

If the option is a subcommand or subcommand group type, this nested options will be the parameters

Implementation

List<CommandOptionBuilder>? options;