Merge work into master

This commit is contained in:
Slipstream 2025-06-11 19:21:29 +00:00
commit 2b75955c4f
Signed by: slipstream
GPG Key ID: 13E498CE010AC6FD

View File

@ -1654,7 +1654,7 @@ class LoggingCog(commands.Cog):
# The first set of definitions already includes the toggle checks. # The first set of definitions already includes the toggle checks.
# --- Audit Log Polling Task --- # --- Audit Log Polling Task ---
@tasks.loop(seconds=30) # Poll every 30 seconds @tasks.loop(seconds=60) # Poll every 60 seconds
async def poll_audit_log(self): async def poll_audit_log(self):
# This loop starts only after the bot is ready and initialized # 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: if not self.bot.is_ready() or self.session is None or self.session.closed: