Skip to content

SlashSubCommandGroups

SlashSubCommandGroups ⇐ Base

Represents a sub-command group for a slash command.

Kind: global class
Extends: Base

new SlashSubCommandGroups([data], client)

Constructs a new instance of the Sub_Command_Group class.

ParamTypeDescription
[data]ObjectThe data for the sub-command group.
clientClientThe client object.