added whitelist and more
This commit is contained in:
@@ -55,6 +55,8 @@ docker compose up -d
|
||||
- Spam tracking uses per-guild, per-user trackers with automatic cleanup
|
||||
- Scam detection uses compiled regex patterns in `SCAM_PATTERNS` list
|
||||
- Results return `AutomodResult` dataclass with actions to take
|
||||
- **Whitelist**: Users in `GuildSettings.whitelisted_user_ids` bypass ALL automod checks
|
||||
- Users with "Manage Messages" permission also bypass automod
|
||||
|
||||
## AI Moderation System
|
||||
|
||||
@@ -67,6 +69,7 @@ docker compose up -d
|
||||
- Sensitivity setting (0-100) adjusts thresholds per guild
|
||||
- **NSFW-Only Filtering** (default: `True`): When enabled, only sexual content is filtered; violence, harassment, etc. are allowed
|
||||
- Filtering controlled by `nsfw_only_filtering` field in `GuildSettings`
|
||||
- **Whitelist**: Users in `GuildSettings.whitelisted_user_ids` bypass ALL AI moderation checks
|
||||
|
||||
## Verification System
|
||||
|
||||
|
||||
Reference in New Issue
Block a user