This mixin holds symbols that can be shared in chat input subcommands.
ProtectedReadonly
Adds subcommand groups to this command.
| Name | Type | Optional | Description | 
|---|---|---|---|
| ...input | RestOrArray<ChatInputCommandSubcommandGroupBuilder | ((subcommandGroup: ChatInputCommandSubcommandGroupBuilder) => ChatInputCommandSubcommandGroupBuilder)> | No | Subcommand groups to add  | 
Adds subcommands to this command.
| Name | Type | Optional | Description | 
|---|---|---|---|
| ...input | RestOrArray<ChatInputCommandSubcommandBuilder | ((subcommandGroup: ChatInputCommandSubcommandBuilder) => ChatInputCommandSubcommandBuilder)> | No | Subcommands to add  |