From 66ef185819c52e7ef0965f398f92feacd0aa7730 Mon Sep 17 00:00:00 2001 From: Bsian Date: Tue, 17 Dec 2019 01:46:17 +0000 Subject: [PATCH] test --- src/commands/load.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/load.ts b/src/commands/load.ts index 8f55fe5..ca6d5a8 100644 --- a/src/commands/load.ts +++ b/src/commands/load.ts @@ -17,7 +17,7 @@ export default class Load extends Command { if (!args[0]) return this.client.commands.get('help').run(message, [this.name]); const allowed = ['config', 'util', 'command']; const type = args[0].toLowerCase(); - if (!allowed.includes(type)) return message.channel.createMessage(`${this.client.stores.emojis.error} ***Invalid type to (re)load***`); + if (!allowed.includes(type)) return message.channel.createMessage(`${this.client.stores.emojis.error} ***Invalid type to load***`); const corepath = '/var/CloudServices/dist'; if (type === 'config') {