Add an extra space just to test something
parent
6a0596d3a4
commit
d81d6752ad
|
@ -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]);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue