CommandBuilder constructor
CommandBuilder(})
Implementation
CommandBuilder(String label, String description, { Scope? scope, this.permissions, this.everyone = false }): super(label, description, scope ?? Scope.guild);