mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 05:04:58 +05:00
Update info.js
This commit is contained in:
parent
6c48716ba7
commit
3898cbcf2d
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue