diff options
| author | Fuwn <[email protected]> | 2025-09-25 16:32:21 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-09-25 16:32:21 -0700 |
| commit | 71a3569e75ee217787df4e118b873207e15edd0e (patch) | |
| tree | 0fed94afdd4cfb14e980c72cc2ce86e1d82f0c4d /packages/gateway/src | |
| parent | fix(gateway:aiModeration): Use parent channel NSFW context for threads (diff) | |
| download | umabotdiscord-71a3569e75ee217787df4e118b873207e15edd0e.tar.xz umabotdiscord-71a3569e75ee217787df4e118b873207e15edd0e.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 c8ffe75..53e20ca 100644 --- a/packages/gateway/src/listeners/aiModeration.ts +++ b/packages/gateway/src/listeners/aiModeration.ts @@ -128,6 +128,9 @@ RULE #6 CLARIFICATION: - General adult sexual content is ALLOWED in NSFW channels - Phrases like "squeezing balls" are general sexual content, NOT underage content - Only flag Rule #6 violations if the content specifically involves underage characters +- 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.) NSFW CONTENT GUIDELINES: - LIGHT HUMOR/JOKES: Casual references like "boobs free", "big tits", etc. are generally acceptable in any channel |