This commit is contained in:
rainydevzz 2025-03-20 14:17:30 -07:00
parent 79bae5e4e4
commit c27012da7d
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ export class UptimeCmd {
Bun.env.SCYTHE_CHANNEL,
) as TextChannel;
await channel.send(
`bot is up, last ping: <t:${Date.now()/1000}:f> | if the ping was more than 1 minute ago, cosmic needs to check the bot lol :3`,
`bot is up, last ping: <t:${Math.floor(Date.now()/1000)}:f> | if the ping was more than 1 minute ago, cosmic needs to check the bot lol :3`,
);
}
}