From c0b346019cb0253c582c94dcd1455e646bd1bb53 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 25 Sep 2025 17:21:04 -0700 Subject: fix(gateway:aiModeration): Improve joke analysis --- packages/gateway/src/listeners/aiModeration.ts | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'packages/gateway') diff --git a/packages/gateway/src/listeners/aiModeration.ts b/packages/gateway/src/listeners/aiModeration.ts index 57bf4c7..0764307 100644 --- a/packages/gateway/src/listeners/aiModeration.ts +++ b/packages/gateway/src/listeners/aiModeration.ts @@ -98,6 +98,12 @@ 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.). +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) +- Casual service offers like "I got contacts" (not serious self-promotion) +- Use common sense to distinguish between genuine violations and humour + SERVER RULES: ${SERVER_RULES} -- cgit v1.2.3