diff options
| author | Fuwn <[email protected]> | 2025-09-25 17:32:42 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-09-25 17:32:42 -0700 |
| commit | f173a285c12db14a66c2f867449a2c2d45a1522d (patch) | |
| tree | d61fdad526e254356d0860bdee4dde5078f0adf9 /packages/gateway | |
| parent | fix(gateway:aiModeration): Add log feed for staff server (diff) | |
| download | umabotdiscord-f173a285c12db14a66c2f867449a2c2d45a1522d.tar.xz umabotdiscord-f173a285c12db14a66c2f867449a2c2d45a1522d.zip | |
fix(gateway:aiModeration): Update joke analysis
Diffstat (limited to 'packages/gateway')
| -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} |