Constructors
constructor
- new Group(name, description): Group
Parameters
name: string
description: string
Properties
description
description: string
name
name: string
Optional
parent
subGroups
Methods
subGroup
- subGroup(name, description): Group
Parameters
name: string
description: string
A Command group, can only be used with slash commands currently
Groups can have subgroups, but not anything deeper than those 2 levels. This is because of discord restrictions.