diff --git a/src/commands/score.ts b/src/commands/score.ts index 2b630f9..3a94ac6 100644 --- a/src/commands/score.ts +++ b/src/commands/score.ts @@ -7,7 +7,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}score :\n${this.client.config.prefix}score notify `; + this.usage = `${this.client.config.prefix}score :\n${this.client.config.prefix}score notify \n${this.client.config.prefix}score `; this.permissions = 0; this.guildOnly = true; this.enabled = true;