diff options
| author | Fuwn <[email protected]> | 2025-09-19 16:08:58 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-09-19 16:08:58 -0700 |
| commit | b28fc51ef081f80e688e95e47072b21236710b71 (patch) | |
| tree | a13e42192ee79f139f043c1c60d5412cc3652171 /test_moderator.py | |
| parent | fix(irm): Missing media attribute handling (diff) | |
| download | umabot-b28fc51ef081f80e688e95e47072b21236710b71.tar.xz umabot-b28fc51ef081f80e688e95e47072b21236710b71.zip | |
feat: Update strings from roleplay to in character
Diffstat (limited to 'test_moderator.py')
| -rwxr-xr-x | test_moderator.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test_moderator.py b/test_moderator.py index af9d4a5..3a108e7 100755 --- a/test_moderator.py +++ b/test_moderator.py @@ -419,7 +419,7 @@ def print_results(results: List[Dict[str, Any]], pause: bool = False, moderator: if "CHANGE_FLAIR_TO_ART" in actions: print(f"\n📧 Mod Mail (Art Flair Change):") print(f" Subject: Your post flair has been changed to Art") - print(f" Message: Your roleplay post has been automatically re-flaired as 'Art' because it appears to be primarily showcasing artwork or visual content rather than roleplay.") + print(f" Message: Your in-character post has been automatically re-flaired as 'Art' because it appears to be primarily showcasing artwork or visual content rather than in-character content.") # Format reasoning based on moderator's reasoning level (never include for art flair changes) if moderator: @@ -432,8 +432,8 @@ def print_results(results: List[Dict[str, Any]], pause: bool = False, moderator: if "REMOVE_POST" in actions: print(f"\n📧 Mod Mail (Low Effort Removal):") - print(f" Subject: Your roleplay post has been removed for low-effort") - print(f" Message: Your roleplay post has been removed because it was determined to be low-effort content.") + print(f" Subject: Your in-character post has been removed for low-effort") + print(f" Message: Your in-character post has been removed because it was determined to be low-effort content.") # Format reasoning based on moderator's reasoning level if moderator: |