diff --git a/bot.ts b/bot.ts index 2c2bbcd..57ec425 100644 --- a/bot.ts +++ b/bot.ts @@ -46,7 +46,7 @@ client.on('ready', async () => { console.log(`Logged in as ${client.user?.tag}!`); joinRandomChannel(voiceChannelRetries); - startWebServer(); + // startWebServer(); }); /**