From 811ac1662576af1743ec161c69fe66c35561b3f1 Mon Sep 17 00:00:00 2001 From: Matthew R Date: Mon, 7 Sep 2020 01:27:58 -0400 Subject: [PATCH] typo --- src/commands/score.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;