Forgot to remove console.log

Commando
Loic Bersier 6 years ago
parent eb164646e3
commit 580eed9cdc

@ -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();

Loading…
Cancel
Save