MineralSubcommand<T extends CommandInteraction> constructor
MineralSubcommand<T extends CommandInteraction> ({
- required Display label,
- required Display description,
- List<
CommandOption> options = const [],
Implementation
MineralSubcommand({ required Display label, required Display description, this.options = const [] })
: super(label, description, null);