mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 21:38:38 +00:00
tst
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user