diff options
| author | Fuwn <[email protected]> | 2025-09-25 17:53:13 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-09-25 17:53:13 -0700 |
| commit | 90cf87fd5e812424658bdb06b6e6e045e233bc11 (patch) | |
| tree | 9a752b74b0bd5a7ec8f46c56838fb98e7e0190e4 /packages | |
| parent | fix(gateway:aiModeration): Update minimum message deletion confidence (diff) | |
| download | umabotdiscord-90cf87fd5e812424658bdb06b6e6e045e233bc11.tar.xz umabotdiscord-90cf87fd5e812424658bdb06b6e6e045e233bc11.zip | |
fix(gateway:aiModeration): Update joke analysis
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/gateway/src/listeners/aiModeration.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/gateway/src/listeners/aiModeration.ts b/packages/gateway/src/listeners/aiModeration.ts index c67c540..7d38131 100644 --- a/packages/gateway/src/listeners/aiModeration.ts +++ b/packages/gateway/src/listeners/aiModeration.ts @@ -107,6 +107,8 @@ JOKE RECOGNITION: Recognize obvious jokes, sarcasm, and humorous statements. Do - 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 +- Game/fantasy content like "You gain the ability to kill an orphan" (obviously fictional) +- Fictional scenarios, game mechanics, or roleplay content - Use common sense to distinguish between genuine violations and humour - When in doubt, assume it's a joke rather than a serious violation |