This commit is contained in:
2024-09-20 13:23:27 +02:00
parent e3ad25b95e
commit b2e414a268
+1 -1
View File
@@ -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)