diff --git a/src/commands/uptime.ts b/src/commands/uptime.ts index fcd4e94..67ebbc4 100644 --- a/src/commands/uptime.ts +++ b/src/commands/uptime.ts @@ -13,7 +13,7 @@ export class UptimeCmd { Bun.env.SCYTHE_CHANNEL, ) as TextChannel; await channel.send( - `bot is up, last ping: | if the ping was more than 1 minute ago, cosmic needs to check the bot lol :3`, + `bot is up, last ping: | if the ping was more than 1 minute ago, cosmic needs to check the bot lol :3`, ); } }