class SlashCommandSubcommandGroupBuilder

declare class SlashCommandSubcommandGroupBuilder implements ToAPIApplicationCommandOptions

Represents a folder for subcommandsFor more information, go to https://discord.com/developers/docs/interactions/application-commands#subcommands-and-subcommand-groups

readonly
description : string

The description of this subcommand group

readonly
name : string

The name of this subcommand group

readonly
options : SlashCommandSubcommandBuilder[]

The subcommands part of this subcommand group

addSubcommand() : this

Adds a new subcommand to this group