fix?
This commit is contained in:
parent
2acd6f20c7
commit
79bae5e4e4
|
|
@ -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`,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue