MineralCommandGroup<T extends CommandInteraction> constructor
MineralCommandGroup<T extends CommandInteraction> ({
- required Display label,
- required Display description,
- required List<
MineralSubcommand< subcommands,CommandInteraction> >
Implementation
MineralCommandGroup({ required Display label, required Display description, required this.subcommands }): super(label, description, null);