From 79bae5e4e4f169ae1a3c3b572e864b56266a2643 Mon Sep 17 00:00:00 2001 From: rainydevzz Date: Thu, 20 Mar 2025 14:16:26 -0700 Subject: [PATCH] fix? --- 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 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`, ); } }