CommandBuilder constructor

CommandBuilder(
  1. String label,
  2. String description, {
  3. Scope? scope,
  4. List<Permission>? permissions,
  5. bool everyone = false,
})

Implementation

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