diff --git a/cogs/setupcmds.py b/cogs/setupcmds.py index 1e0d082a..02c9f5a4 100644 --- a/cogs/setupcmds.py +++ b/cogs/setupcmds.py @@ -478,7 +478,7 @@ async def tempNew(x): else: await ctx.send("Not authorized to use leadership commands in this server") - @tasks.loop(hours=1) + @tasks.loop(hours=4) async def runUpdateMemList(self): await self.updatememlist(self,None)