diff --git a/commands/Economy/profile.js b/commands/Economy/profile.js index 57a38a8f..11f0e5e4 100644 --- a/commands/Economy/profile.js +++ b/commands/Economy/profile.js @@ -119,7 +119,7 @@ class Profile extends BaseCommand { }, { name: interaction.translate("economy/profile:BIRTHDATE"), - value: !userData.birthdate ? interaction.translate("common:NOT_DEFINED") : client.functions.printDate(client, new Date(userData.birthdate), null, data.guildData.language), + value: !userData.birthdate ? interaction.translate("common:NOT_DEFINED") : client.functions.printDate(client, new Date(userData.birthdate), "Do MMMM YYYY", data.guildData.language), inline: true, }, {