From 4a51c3570d405668b3d8065dac6a19371cd41c93 Mon Sep 17 00:00:00 2001 From: Supositware Date: Mon, 31 Dec 2018 20:56:13 +0100 Subject: [PATCH] Fixed translate --- commands/utility/translate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/utility/translate.js b/commands/utility/translate.js index 26a7e1a4..105a21d6 100644 --- a/commands/utility/translate.js +++ b/commands/utility/translate.js @@ -8,6 +8,7 @@ class TranslationCommand extends Command { super('translation', { aliases: ['translation', 'trn'], category: 'utility', + split: 'sticky', description: 'Translate the text you send into the lanuguage you selected', args: [ { @@ -29,7 +30,6 @@ class TranslationCommand extends Command { } async exec(message, args) { - console.log(args.language , args.text) let language = args.language; let text = args.text;