forked from cosmic/scythe
bleh
This commit is contained in:
parent
79bae5e4e4
commit
c27012da7d
|
|
@ -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`,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue