From 0c8ad6ce2750d5b74567ede317b6101532303ae0 Mon Sep 17 00:00:00 2001 From: "Jonny_Bro (Nikita)" Date: Tue, 8 Aug 2023 22:58:43 +0500 Subject: [PATCH] update format for printDate --- commands/Economy/profile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }, {