mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-18 07:42:09 +00:00
tst
This commit is contained in:
@@ -128,7 +128,7 @@ class TranscriptionOutput(commands.Cog):
|
|||||||
self.bot = bot
|
self.bot = bot
|
||||||
self.queue = queue
|
self.queue = queue
|
||||||
self.work = False
|
self.work = False
|
||||||
@tasks.loop()
|
@tasks.loop(minutes=4600)
|
||||||
async def scan_loop(self):
|
async def scan_loop(self):
|
||||||
while self.work:
|
while self.work:
|
||||||
asyncio.sleep(1.0)
|
asyncio.sleep(1.0)
|
||||||
|
|||||||
Reference in New Issue
Block a user