mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 05:04:58 +05:00
smol change
This commit is contained in:
parent
fa1f750846
commit
56ed066dd5
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ async function init(client) {
|
||||||
})
|
})
|
||||||
.addField(client.translate("economy/birthdate:HAPPY_BIRTHDAY"), client.translate("economy/birthdate:HAPPY_BIRTHDAY_MESSAGE", {
|
.addField(client.translate("economy/birthdate:HAPPY_BIRTHDAY"), client.translate("economy/birthdate:HAPPY_BIRTHDAY_MESSAGE", {
|
||||||
user: user.id,
|
user: user.id,
|
||||||
age: `${age} ${client.getNoun(age, client.translate("misc:NOUNS:AGE:1"), client.translate("misc:NOUNS:AGE:2"), client.translate("misc:NOUNS:AGE:5"))}`
|
age: `**${age}** ${client.getNoun(age, client.translate("misc:NOUNS:AGE:1"), client.translate("misc:NOUNS:AGE:2"), client.translate("misc:NOUNS:AGE:5"))}`
|
||||||
}));
|
}));
|
||||||
const msg = await channel.send({
|
const msg = await channel.send({
|
||||||
embeds: [embed]
|
embeds: [embed]
|
||||||
|
|
Loading…
Reference in a new issue