Skip to content

Commit

Permalink
memlist loop up to every 4 hours
Browse files Browse the repository at this point in the history
  • Loading branch information
JaWarrior12 committed Jan 22, 2025
1 parent 4573cf8 commit 33ad7b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/setupcmds.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 33ad7b2

Please sign in to comment.