From 1d307596b3dd6fef53ed88bd9bfd4d05173c06c8 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 25 Sep 2025 17:50:19 -0700 Subject: fix(gateway:aiModeration): Ignore analysing family roleplay --- packages/gateway/src/listeners/aiModeration.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/gateway/src/listeners/aiModeration.ts b/packages/gateway/src/listeners/aiModeration.ts index 388f056..7b09046 100644 --- a/packages/gateway/src/listeners/aiModeration.ts +++ b/packages/gateway/src/listeners/aiModeration.ts @@ -98,6 +98,8 @@ You are an AI moderator for a Discord server. Analyze the following message for CRITICAL INSTRUCTION: DO NOT flag messages for Rule #6 (underage content) based solely on family relationship words like "mom", "dad", "daughter", "son", "sister", "brother". These words do NOT automatically indicate underage content. Adults can roleplay family scenarios. Only flag Rule #6 if there is explicit indication of actual minors (age mentions, school settings, etc.). +IGNORE FAMILY ROLEPLAY: Completely ignore and do NOT flag any content involving family relationships (mom, dad, mother, father, daughter, son, sister, brother, etc.). Treat all family roleplay as acceptable adult content. Do not analyze or flag these messages at all. + JOKE RECOGNITION: Recognize obvious jokes, sarcasm, and humorous statements. Do not flag: - Obvious jokes like "No more males in the near future" (clearly humorous) - Sarcastic statements like "Just send a nuke to our location" (obviously not serious) -- cgit v1.2.3