update usage

pull/29/head
Matthew 2020-09-14 11:22:59 -04:00
parent be4ce13e8c
commit 925bec12ac
No known key found for this signature in database
GPG Key ID: 210AF32ADE3B5C4B
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ export default class Score extends Command {
super(client); super(client);
this.name = 'score'; this.name = 'score';
this.description = 'Pulls a hard score report for a member.'; this.description = 'Pulls a hard score report for a member.';
this.usage = `${this.client.config.prefix}score <member> <type: 'hard' | 'soft'> <reporting department: ex. Library of Code sp-us | Cloud Account Services>:<reason>\n${this.client.config.prefix}score notify <on | off>`; this.usage = `${this.client.config.prefix}score <member> <type: 'hard' | 'soft'> <reporting department: ex. Library of Code sp-us | Cloud Account Services>:<reason>\n${this.client.config.prefix}score notify <on | off>\n${this.client.config.prefix}score <lock | unlock>`;
this.permissions = 0; this.permissions = 0;
this.guildOnly = true; this.guildOnly = true;
this.enabled = true; this.enabled = true;