mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 05:04:58 +05:00
change position of bio
This commit is contained in:
parent
86d846c1f8
commit
292226d0cc
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue