From 9fb95df18afddd492fa3769d5df0d85892f48e60 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Thu, 28 Sep 2017 21:46:29 +0000 Subject: [PATCH] Make this more subtle --- commands/text-edit/translate.js | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/text-edit/translate.js b/commands/text-edit/translate.js index 68eea301..2dd47400 100644 --- a/commands/text-edit/translate.js +++ b/commands/text-edit/translate.js @@ -68,6 +68,7 @@ module.exports = class TranslateCommand extends Command { const lang = body.lang.split('-'); const embed = new MessageEmbed() .setColor(0xFF0000) + .setFooter('Powered by Yandex.Translate', 'https://i.imgur.com/HMpH9sq.png') .addField(`❯ From: ${codes[lang[0]]}`, text) .addField(`❯ To: ${codes[lang[1]]}`,