From 580eed9cdc779ca576404194133332949bc17a71 Mon Sep 17 00:00:00 2001 From: Loic Bersier Date: Sun, 2 Dec 2018 01:35:45 +0100 Subject: [PATCH] Forgot to remove console.log --- commands/utility/translate.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/commands/utility/translate.js b/commands/utility/translate.js index 444a345..21ca364 100644 --- a/commands/utility/translate.js +++ b/commands/utility/translate.js @@ -27,8 +27,6 @@ module.exports = class translationCommand extends Command { if(blacklistJson[message.author.id]) return blacklist(blacklistJson[message.author.id] , message) - console.log(yandexAPI) - fetch(`https://translate.yandex.net/api/v1.5/tr.json/translate?key=${yandexAPI}&text=${text}&lang=en`,{ }).then((response) => { return response.json();