typo
parent
ea5447cf5d
commit
811ac16625
|
@ -6,7 +6,7 @@ export default class Score extends Command {
|
|||
super(client);
|
||||
this.name = 'score';
|
||||
this.description = 'Pulls a hard score report for a member.';
|
||||
this.usage = `${this.client.config.prefix} <member> <type: 'hard' | 'soft'> <reporting department: ex. Library of Code sp-us | Cloud Account Services>:<reason>`;
|
||||
this.usage = `${this.client.config.prefix}score <member> <type: 'hard' | 'soft'> <reporting department: ex. Library of Code sp-us | Cloud Account Services>:<reason>`;
|
||||
this.permissions = 0;
|
||||
this.guildOnly = true;
|
||||
this.enabled = true;
|
||||
|
|
Loading…
Reference in New Issue