diff --git a/src/commands/score.ts b/src/commands/score.ts index 0dbdcfd..b3c6f13 100644 --- a/src/commands/score.ts +++ b/src/commands/score.ts @@ -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} :`; + this.usage = `${this.client.config.prefix}score :`; this.permissions = 0; this.guildOnly = true; this.enabled = true;