Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bot/exts/moderation/infraction/_scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ async def _delete_infraction_message(
await partial_message.delete()
log.trace(f"Deleted infraction message {message_id} in channel {channel_id}.")
except discord.NotFound:
log.warning(f"Channel or message {message_id} not found in channel {channel_id}.")
log.info(f"Channel or message {message_id} not found in channel {channel_id}.")
except discord.Forbidden:
log.info(f"Bot lacks permissions to delete message {message_id} in channel {channel_id}.")
except discord.HTTPException as e:
Expand Down