export declare class SlashCommandSubcommandGroupBuilder implements ToAPIApplicationCommandOptions
Represents a folder for subcommands
For more information, go to https://discord.com/developers/docs/interactions/application-commands#subcommands-and-subcommand-groups
The description of this subcommand group
The name of this subcommand group
The subcommands part of this subcommand group
Adds a new subcommand to this group
Name | Type | Optional | Description |
---|---|---|---|
input | SlashCommandSubcommandBuilder | ((subcommandGroup: SlashCommandSubcommandBuilder) => SlashCommandSubcommandBuilder) | No | None |