CommandBase constructor
const
CommandBase({})
Implementation
const CommandBase({
required this.name,
required this.description,
this.aliases = const [],
this.hidden = false,
this.enabled = true,
this.availability = CommandAvailability.both,
this.requiresMcp = false,
this.version,
this.sensitive = false,
});