diff options
| author | Fuwn <[email protected]> | 2025-09-21 17:55:01 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-09-21 17:55:01 -0700 |
| commit | dcfa690bfd2c6929612c1119a33aeff88c81784a (patch) | |
| tree | 09c9e313b938ecd648f387780ea80e5b6984684e /env.example | |
| parent | feat(irm): Rephrase low-effort content (diff) | |
| download | umabot-dcfa690bfd2c6929612c1119a33aeff88c81784a.tar.xz umabot-dcfa690bfd2c6929612c1119a33aeff88c81784a.zip | |
feat(rmr): Allow in-character posts without media if lengthy
Diffstat (limited to 'env.example')
| -rw-r--r-- | env.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/env.example b/env.example index ed883fe..fdf9ffb 100644 --- a/env.example +++ b/env.example @@ -39,6 +39,10 @@ DRY_RUN=false # Mod mail reasoning level (0=none, 1=brief, 2=full) REASONING_LEVEL=2 +# Media Requirement Settings +# Minimum character length for roleplay posts to not require media (default: 200) +MIN_ROLEPLAY_LENGTH_WITHOUT_MEDIA=200 + # Discord Webhook Configuration # Discord webhook URL for logging moderation actions DISCORD_WEBHOOK_URL=your_discord_webhook_url_here |