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)