diff options
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/gateway/src/listeners/aiModeration.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/gateway/src/listeners/aiModeration.ts b/packages/gateway/src/listeners/aiModeration.ts index 19cfcda..343da11 100644 --- a/packages/gateway/src/listeners/aiModeration.ts +++ b/packages/gateway/src/listeners/aiModeration.ts @@ -102,7 +102,11 @@ JOKE RECOGNITION: Recognize obvious jokes, sarcasm, and humorous statements. Do - 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) +- Hyperbolic statements like "Bro's gonna blow up Malaysia" (obviously joking) +- Exaggerated threats like "I'll destroy you" (clearly not serious) +- Over-the-top statements that are clearly meant to be funny - Use common sense to distinguish between genuine violations and humour +- When in doubt, assume it's a joke rather than a serious violation SERVER RULES: ${SERVER_RULES} |