1
0
Fork 0

Fixed translate

akairo
Supositware 6 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