mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-21 20:54:58 +05:00
update format for birthdate
This commit is contained in:
parent
d95e3a6ec5
commit
2ca991cb39
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ class Birthdate extends BaseCommand {
|
|||
await data.userData.save();
|
||||
|
||||
interaction.success("economy/birthdate:SUCCESS", {
|
||||
date: client.functions.printDate(client, d, null, data.guildData.language),
|
||||
date: client.functions.printDate(client, d, "Do MMMM YYYY", data.guildData.language),
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue