From 17aa19fa2aa28d991b5cd810861ed704100f53e4 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sun, 9 Nov 2025 00:52:51 +0000 Subject: [PATCH] completionId: cgen-d59935603a9d4be98fcc9ff36e8b91f7 cgen-d59935603a9d4be98fcc9ff36e8b91f7 --- client/lib/discord-bot-status.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/lib/discord-bot-status.ts b/client/lib/discord-bot-status.ts index 339e7c3f..df089cf2 100644 --- a/client/lib/discord-bot-status.ts +++ b/client/lib/discord-bot-status.ts @@ -7,7 +7,7 @@ export interface BotHealthStatus { error?: string; } -const BOT_HEALTH_URL = "http://144.217.139.239:25611/health"; +const BOT_HEALTH_URL = "http://144.217.139.239:3001/health"; export async function checkBotHealth(): Promise { try {