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 {