This commit is contained in:
2024-09-20 13:41:14 +02:00
parent 2e13593433
commit b3121aaaf2
-3
View File
@@ -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))