diff --git a/changelog.md b/changelog.md index b3f49e89..eb899500 100644 --- a/changelog.md +++ b/changelog.md @@ -15,6 +15,9 @@ Changes since 2026.06.15 ### Moderator - Fix /mute command using the wrong datetime object +### Modlog +- Fix the data entry field for the automod block action type + ### Nickname - Fix config call missing guild ID diff --git a/modules/moderation/modlog.py b/modules/moderation/modlog.py index 4c8bfef3..bbc5f68a 100644 --- a/modules/moderation/modlog.py +++ b/modules/moderation/modlog.py @@ -420,7 +420,7 @@ async def on_automod_action(self: Self, execution: discord.AutoModAction) -> Non guild=rule.guild, member=member, reason=rule.name, - data=f"**Violating name:** {member.display_name}", + data=f"**Violating content:** {execution.content[:200]}", ) else: await log_action(