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 18508c7 commit fec6c32Copy full SHA for fec6c32
bot/exts/moderation/infraction/_scheduler.py
@@ -121,7 +121,7 @@ async def _delete_infraction_message(
121
await partial_message.delete()
122
log.trace(f"Deleted infraction message {message_id} in channel {channel_id}.")
123
except discord.NotFound:
124
- 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}.")
125
except discord.Forbidden:
126
log.info(f"Bot lacks permissions to delete message {message_id} in channel {channel_id}.")
127
except discord.HTTPException as e:
0 commit comments