Fixed translate

merge-requests/1/head
Supositware 5 years ago
parent e3082c228e
commit 4a51c3570d

@ -8,6 +8,7 @@ class TranslationCommand extends Command {
super('translation', {
aliases: ['translation', 'trn'],
category: 'utility',
split: 'sticky',
description: 'Translate the text you send into the lanuguage you selected',
args: [
{
@ -29,7 +30,6 @@ class TranslationCommand extends Command {
}
async exec(message, args) {
console.log(args.language , args.text)
let language = args.language;
let text = args.text;

Loading…
Cancel
Save