diff options
| author | Fuwn <[email protected]> | 2025-09-17 22:07:45 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-09-17 22:07:45 -0700 |
| commit | a7877dc4d8941c8e5731b487bfaf31c94e147ec3 (patch) | |
| tree | 7c6957d58a3e955a2ac970c1849f2f3e18826fcf /src | |
| parent | feat(intelligent_moderator): Treat videos as media (diff) | |
| download | umabot-a7877dc4d8941c8e5731b487bfaf31c94e147ec3.tar.xz umabot-a7877dc4d8941c8e5731b487bfaf31c94e147ec3.zip | |
feat(intelligent_moderator): Update removal notice subject
Diffstat (limited to 'src')
| -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 a81ea88..bebb42a 100644 --- a/src/umabot/rules/intelligent_roleplay_moderator.py +++ b/src/umabot/rules/intelligent_roleplay_moderator.py @@ -136,7 +136,7 @@ Thank you for understanding!""" """Send mod mail about low-effort removal.""" try: username = submission.author.name - subject = "Your roleplay post has been removed for low-effort" + subject = "Moderation Notice: Post Removal" # Format reasoning based on configuration formatted_reasoning = self._format_reasoning(evaluation) |