SlashGroup
Slash command group, containing other slash commands.
Parameters
Slash command group name
Parent slash command that this group belongs to
Properties
Command group description, which is required and shown on Discord.
Translation cache, so we don't have to look up translations every time.
A Localised version of description.
List of subcommands belonging to this group.
Functions
Function for registering a custom ephemeral slash command object, for subcommands.
DSL function for easily registering an ephemeral subcommand, without arguments.
DSL function for easily registering an ephemeral subcommand, with arguments.
DSL function for easily registering an ephemeral subcommand, with a modal.
Return this group's description translated for the given locale, cached as required.
Function for registering a custom public slash command object, for subcommands.
DSL function for easily registering a public subcommand, without arguments.
DSL function for easily registering a public subcommand, with arguments.
DSL function for easily registering a public subcommand, with a modal.