class SlashCommandSubcommandBuilder

declare class SlashCommandSubcommandBuilder implements ToAPIApplicationCommandOptions

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

readonly
description : string

The description of this subcommand

readonly
name : string

The name of this subcommand

readonly
options : ApplicationCommandOptionBase[]

The options of this subcommand