diff options
| -rw-r--r-- | src/umabot/rules/intelligent_roleplay_moderator.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/umabot/rules/intelligent_roleplay_moderator.py b/src/umabot/rules/intelligent_roleplay_moderator.py index 7f46640..865b4a4 100644 --- a/src/umabot/rules/intelligent_roleplay_moderator.py +++ b/src/umabot/rules/intelligent_roleplay_moderator.py @@ -137,7 +137,7 @@ class IntelligentRoleplayModerator(Rule, IntelligentModeratorBase): """Send mod mail about low-effort removal.""" try: username = submission.author.name - subject = "Moderation Notice: Post Removal" + subject = "Your in-character post has been removed" # Format reasoning based on configuration formatted_reasoning = self._format_reasoning(evaluation) |