pull/29/head
Matthew 2020-09-07 01:27:58 -04:00
parent ea5447cf5d
commit 811ac16625
No known key found for this signature in database
GPG Key ID: 210AF32ADE3B5C4B
1 changed files with 1 additions and 1 deletions

View File

@ -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;