From f38675a9e0c6ec42cdb706f7003b0149524ca433 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Mon, 6 Nov 2017 14:30:07 +0000 Subject: [PATCH] Remove --- commands/text-edit/translate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/text-edit/translate.js b/commands/text-edit/translate.js index e49f9017..02fc9e59 100644 --- a/commands/text-edit/translate.js +++ b/commands/text-edit/translate.js @@ -9,7 +9,7 @@ module.exports = class TranslateCommand extends Command { constructor(client) { super(client, { name: 'translate', - aliases: ['yandex', 'yandex-translate', 'translate-yandex'], + aliases: ['yandex', 'yandex-translate'], group: 'text-edit', memberName: 'translate', description: 'Translates text to a specified language.',