Add an extra space just to test something

merge-requests/4/head
Bsian 2020-05-04 00:49:36 +01:00
parent 6a0596d3a4
commit d81d6752ad
No known key found for this signature in database
GPG Key ID: 097FB9A291026091
1 changed files with 1 additions and 1 deletions

View File

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