AbstractCommand<T extends CommandInteraction> constructor
AbstractCommand<T extends CommandInteraction> (
- Display _label,
- Display _description,
- CommandScope? scope
Implementation
AbstractCommand(this._label, this._description, CommandScope? scope) {
_scope = scope ?? CommandScope.guild;
}