GroupCommand
class GroupCommand(val data: ApplicationInteractionData, val kord: Kord) : InteractionCommand(source)
Represents an invocation of a sub-command under a group under the root command.
See here for more information about sub-commands and groups.