mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-07 14:55:40 +02:00
Fix
This commit is contained in:
@@ -72,7 +72,7 @@ module.exports = class TranslateCommand extends Command {
|
||||
const embed = new MessageEmbed()
|
||||
.setColor(0x3174F1)
|
||||
.addField(`❯ From: ${codes[body[2]]}`,
|
||||
text)
|
||||
content)
|
||||
.addField(`❯ To: ${codes[target]}`,
|
||||
body[0][0][0]);
|
||||
return msg.embed(embed);
|
||||
|
||||
Reference in New Issue
Block a user