This commit is contained in:
2024-09-19 20:22:05 +02:00
parent 33ded0ffe9
commit 9567cb07e2
+1
View File
@@ -158,6 +158,7 @@ class Transcriber(commands.Cog):
vc = await ctx.author.voice.channel.connect(cls=voice_recv.VoiceRecvClient)
logger.info(self.bot.voice_clients)
vc.listen(self.wsink)
self.check_data.start()
@tasks.loop(seconds=5)
async def check_data(self):