diff options
| author | Fuwn <[email protected]> | 2025-09-25 16:35:59 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-09-25 16:35:59 -0700 |
| commit | 033fc42e91449075d7b69b144c434133938afa62 (patch) | |
| tree | 90626d9d058fd51b16377ad092891848da59300f /packages/gateway/src | |
| parent | fix(gateway:aiModeration): Improve adult content analysis (diff) | |
| download | umabotdiscord-033fc42e91449075d7b69b144c434133938afa62.tar.xz umabotdiscord-033fc42e91449075d7b69b144c434133938afa62.zip | |
fix(gateway:aiModeration): Improve adult content analysis
Diffstat (limited to 'packages/gateway/src')
| -rw-r--r-- | packages/gateway/src/listeners/aiModeration.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/gateway/src/listeners/aiModeration.ts b/packages/gateway/src/listeners/aiModeration.ts index 53e20ca..ec3ebf3 100644 --- a/packages/gateway/src/listeners/aiModeration.ts +++ b/packages/gateway/src/listeners/aiModeration.ts @@ -131,6 +131,9 @@ RULE #6 CLARIFICATION: - ADULT FAMILY ROLEPLAY: Content involving "mom", "dad", "sister", etc. with adults is NOT underage content - Do not assume family relationships imply minors - adults can roleplay family scenarios - Only flag if there is explicit indication of underage characters (age mentions, school settings, etc.) +- EXAMPLES: "M-mom...you're gonna make me cum" = ADULT roleplay, NOT underage content +- The word "mom" alone does NOT indicate a minor - it could be stepmom, adoptive mom, or adult roleplay +- Rule #6 is ONLY for actual underage characters, not family roleplay between adults NSFW CONTENT GUIDELINES: - LIGHT HUMOR/JOKES: Casual references like "boobs free", "big tits", etc. are generally acceptable in any channel |