We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4e62e4 commit 4b04acbCopy full SHA for 4b04acb
bot/exts/moderation/infraction/_scheduler.py
@@ -122,7 +122,7 @@ async def _delete_infraction_message(
122
except discord.NotFound:
123
log.warning(f"Channel or message {message_id} not found in channel {channel_id}.")
124
except discord.Forbidden:
125
- log.warning(f"Bot lacks permissions to delete message {message_id} in channel {channel_id}.")
+ log.info(f"Bot lacks permissions to delete message {message_id} in channel {channel_id}.")
126
except discord.HTTPException:
127
log.exception(f"Issue during scheduled deletion of message {message_id} in channel {channel_id}.")
128
return # Keep the task in Redis on HTTP errors
0 commit comments