From 72ca99be66b29178ea1e17122e72e60c4bb0cc41 Mon Sep 17 00:00:00 2001 From: ChomeNS Date: Sun, 25 Dec 2022 19:09:39 +0700 Subject: [PATCH] change a bit --- commands/translate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/translate.js b/commands/translate.js index b065a36..2531f2a 100644 --- a/commands/translate.js +++ b/commands/translate.js @@ -3,7 +3,7 @@ const { translate } = require('@vitalets/google-translate-api') module.exports = { name: 'translate', alias: [], - description: 'Translate a message from any language to any language using Google Translate', + description: 'Translate a message using Google Translate', usage: ' ', trusted: 0, execute: async function (bot, username, sender, prefix, args, config, hash, ownerhash, selector) {