From 925bec12ac1338be6e1820c1f64a032f68d76978 Mon Sep 17 00:00:00 2001 From: Matthew R Date: Mon, 14 Sep 2020 11:22:59 -0400 Subject: [PATCH] update usage --- 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 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;