From d81d6752ad668614c1f2b8373ecc6ffb236b97f1 Mon Sep 17 00:00:00 2001 From: Bsian Date: Mon, 4 May 2020 00:49:36 +0100 Subject: [PATCH] Add an extra space just to test something --- src/commands/reload.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/reload.ts b/src/commands/reload.ts index 9aeb4c0..4bdc024 100644 --- a/src/commands/reload.ts +++ b/src/commands/reload.ts @@ -14,6 +14,6 @@ export default class Reload extends Command { } public run(message: Message, args: string[]): void { - if (!args.length) return this.client.commands.get('help').run(message, [this.name]); + if (!args.length) return this.client.commands.get('help').run(message, [this.name]); } }