From 9567cb07e26fb51c630a1e31d38b643de789dd33 Mon Sep 17 00:00:00 2001 From: mtuszowski Date: Thu, 19 Sep 2024 20:22:05 +0200 Subject: [PATCH] fx --- voice_recognition.py | 1 + 1 file changed, 1 insertion(+) diff --git a/voice_recognition.py b/voice_recognition.py index 7b17093..6f39512 100644 --- a/voice_recognition.py +++ b/voice_recognition.py @@ -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):