diff --git a/commands/Economy/profile.js b/commands/Economy/profile.js index 9a3f5adb..cd03905f 100644 --- a/commands/Economy/profile.js +++ b/commands/Economy/profile.js @@ -55,10 +55,10 @@ class Profile extends Command { .attachFiles([{ attachment: await userData.getAchievements(), name: "achievements.png" }]) .setImage("attachment://achievements.png") // .setDescription(userData.bio ? userData.bio : message.translate("economy/profile:NO_BIO")) + .addField(message.translate("economy/profile:BIO"), userData.bio ? userData.bio : message.translate("economy/profile:NO_BIO")) .addField(message.translate("economy/profile:CASH"), message.translate("economy/profile:MONEY", { money: memberData.money }), true) - .addField(message.translate("economy/profile:BIO"), userData.bio ? userData.bio : message.translate("economy/profile:NO_BIO"), true) .addField(message.translate("economy/profile:BANK"), message.translate("economy/profile:MONEY", { money: memberData.bankSold }), true)