SlashSubcommandGroupInfo

Represents a slash subcommand group.

Properties

Link copied to clipboard

Purely for debugging purposes, will be shown in exceptions.

Link copied to clipboard
abstract val description: String

The description of this slash command group.

Link copied to clipboard
abstract val name: String

The name of this command.

Link copied to clipboard

The parent of this command, null for top-level commands.

Link copied to clipboard
abstract val path: CommandPath

The complete path that leads to this command.

Link copied to clipboard

Subcommands of this top-level slash command, the key is the name of the subcommand.