SharedChatInputCommandSubcommands

export declare class SharedChatInputCommandSubcommands
export declare class SharedChatInputCommandSubcommands
This mixin holds symbols that can be shared in chat input subcommands.
addSubcommandGroups(...input):this
Adds subcommand groups to this command.
NameTypeOptionalDescription
...inputRestOrArray<ChatInputCommandSubcommandGroupBuilder | ((subcommandGroup: ChatInputCommandSubcommandGroupBuilder) => ChatInputCommandSubcommandGroupBuilder)>NoSubcommand groups to add
addSubcommands(...input):this
Adds subcommands to this command.
NameTypeOptionalDescription
...inputRestOrArray<ChatInputCommandSubcommandBuilder | ((subcommandGroup: ChatInputCommandSubcommandBuilder) => ChatInputCommandSubcommandBuilder)>NoSubcommands to add