Adjust audit log poll interval
This commit is contained in:
parent
2b75955c4f
commit
a3d63cde98
@ -1654,7 +1654,7 @@ class LoggingCog(commands.Cog):
|
||||
# The first set of definitions already includes the toggle checks.
|
||||
|
||||
# --- Audit Log Polling Task ---
|
||||
@tasks.loop(seconds=60) # Poll every 60 seconds
|
||||
@tasks.loop(minutes=1) # Poll every 60 seconds
|
||||
async def poll_audit_log(self):
|
||||
# This loop starts only after the bot is ready and initialized
|
||||
if not self.bot.is_ready() or self.session is None or self.session.closed:
|
||||
|
Loading…
x
Reference in New Issue
Block a user