RootCommand
class RootCommand(val data: ApplicationInteractionData, val kord: Kord) : InteractionCommand(source)
Represents an invocation of a root command.
The root command is the first command defined in a slash-command structure.
See here for more information about sub-commands and groups.