This commit is contained in:
rainydevzz 2025-03-20 14:16:26 -07:00
parent 2acd6f20c7
commit 79bae5e4e4
1 changed files with 1 additions and 1 deletions

View File

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