From 48fce96250076ec67a1490d59af55a50ce0a0d57 Mon Sep 17 00:00:00 2001 From: mtuszowski Date: Thu, 19 Sep 2024 21:09:05 +0200 Subject: [PATCH] Test --- voice_recognition.py | 1 + 1 file changed, 1 insertion(+) diff --git a/voice_recognition.py b/voice_recognition.py index 51445e2..9f555ad 100644 --- a/voice_recognition.py +++ b/voice_recognition.py @@ -192,6 +192,7 @@ class Transcriber(commands.Cog): @commands.command(name="stop_transcribe") async def stop(self, ctx): + self.check_data.stop() await ctx.voice_client.disconnect()