From c27012da7de049a7d2322fd43790d37fea96b427 Mon Sep 17 00:00:00 2001 From: rainydevzz Date: Thu, 20 Mar 2025 14:17:30 -0700 Subject: [PATCH] bleh --- src/commands/uptime.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/uptime.ts b/src/commands/uptime.ts index 67ebbc4..0c1b342 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`, ); } }