Skip to content
This repository has been archived by the owner on Jan 19, 2025. It is now read-only.

Commit

Permalink
Update GTranslate icon
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrofracassi authored Jun 2, 2019
1 parent a407d8d commit b77fabd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/utility/translate.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module.exports = class TranslateCommand extends Command {
embed.setDescription(translated.length > 2000 ? translated.slice(0, 2000) + '...' : translated)
.addField(t('commands:translate.translatedFrom'), languages[fromT] + auto, true)
.addField(t('commands:translate.translatedTo'), languages[toT], true)
.setAuthor(t('commands:translate.title'), 'https://i.imgur.com/snDlsDV.png')
.setAuthor(t('commands:translate.title'), 'https://i.imgur.com/FQuOtF5.jpg')
channel.send(embed)
.then(() => channel.stopTyping())
}
Expand Down

0 comments on commit b77fabd

Please sign in to comment.