small bugfix

Signed-off-by: Marc Ahlgrim <marc@onemarcfifty.com>
This commit is contained in:
Marc Ahlgrim
2022-07-22 12:55:27 +02:00
parent 4f38e13768
commit 98ad9d17a2
+1 -1
View File
@@ -286,7 +286,7 @@ class OMFClient(discord.Client):
# ###################################################### # ######################################################
@tasks.loop(seconds=10) @tasks.loop(minutes=10)
async def task_scheduler(self): async def task_scheduler(self):
self.channel_idle_timer += 1 self.channel_idle_timer += 1