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) {