From b2e414a268563d624361b1d4fe71888490c18bb9 Mon Sep 17 00:00:00 2001 From: mtuszowski Date: Fri, 20 Sep 2024 13:23:27 +0200 Subject: [PATCH] tst --- voice_recognition.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voice_recognition.py b/voice_recognition.py index 8b4ad2f..06889a2 100644 --- a/voice_recognition.py +++ b/voice_recognition.py @@ -128,7 +128,7 @@ class TranscriptionOutput(commands.Cog): self.bot = bot self.queue = queue self.work = False - @tasks.loop() + @tasks.loop(minutes=4600) async def scan_loop(self): while self.work: asyncio.sleep(1.0)