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]); } }