Update info.js

This commit is contained in:
Jonny_Bro (Nikita) 2024-08-21 11:59:02 +05:00 committed by GitHub
parent 6c48716ba7
commit 3898cbcf2d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -97,7 +97,7 @@ async function getServerInfo(interaction) {
}, },
{ {
name: interaction.client.customEmojis.calendar + interaction.translate("common:CREATION"), name: interaction.client.customEmojis.calendar + interaction.translate("common:CREATION"),
value: `<t:${guild.createdTimestamp}:D>`, value: `<t:${Math.floor(guild.createdTimestamp / 1000)}:D>`,
inline: true, inline: true,
}, },
{ {