diff --git a/src/bot.ts b/src/bot.ts index 8c5b27241..ed1dd04e2 100644 --- a/src/bot.ts +++ b/src/bot.ts @@ -109,10 +109,7 @@ export async function startBigBrainBot(data: BigBrainBotConfig) { ); // PROXY DOESNT NEED US SPAWNING SHARDS - if (data.wsPort) { - // Need HTTP Server to listen to proxy - console.log("TODO: make http"); - } else { + if (!data.wsPort) { // Initial API connection to get info about bots connection botGatewayData = await getGatewayBot(); proxyWSURL = botGatewayData.url;