From b3121aaaf2f1bf6c362b2788b89e4e8f00022ff6 Mon Sep 17 00:00:00 2001 From: mtuszowski Date: Fri, 20 Sep 2024 13:41:14 +0200 Subject: [PATCH] ii --- voice_recognition.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/voice_recognition.py b/voice_recognition.py index 79520bb..421a540 100644 --- a/voice_recognition.py +++ b/voice_recognition.py @@ -226,9 +226,6 @@ async def setup(bot): worker.start() logger.info("Loading voice transcribed module phase three") - for worker in threads: - worker.join() - logger.info("Loading voice transcribed module phase four") await bot.add_cog(Transcriber(bot))