SlashSubCommandGroups
SlashSubCommandGroups ⇐ Base
Section titled “SlashSubCommandGroups ⇐ Base”Represents a sub-command group for a slash command.
Kind: global class
Extends: Base
new SlashSubCommandGroups([data], client)
Section titled “new SlashSubCommandGroups([data], client)”Constructs a new instance of the Sub_Command_Group class.
| Param | Type | Description |
|---|---|---|
| [data] | Object | The data for the sub-command group. |
| client | Client | The client object. |