temporary disable webserver

This commit is contained in:
Myx
2023-10-15 22:38:11 +02:00
parent b841d0c446
commit 9146145f2f

2
bot.ts
View File

@@ -46,7 +46,7 @@ client.on('ready', async () => {
console.log(`Logged in as ${client.user?.tag}!`);
joinRandomChannel(voiceChannelRetries);
startWebServer();
// startWebServer();
});
/**