diff options
| author | Fuwn <[email protected]> | 2025-09-20 22:10:38 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-09-20 22:10:38 -0700 |
| commit | e7ae17f31cc05279fa300c340587fc807af7b872 (patch) | |
| tree | 4975ccaa7999870a750d141d26195b63ba1b1626 /env.example | |
| parent | feat(irm): Update post removal message subject (diff) | |
| download | umabot-e7ae17f31cc05279fa300c340587fc807af7b872.tar.xz umabot-e7ae17f31cc05279fa300c340587fc807af7b872.zip | |
feat(irm): Discord logging
Diffstat (limited to 'env.example')
| -rw-r--r-- | env.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/env.example b/env.example index d01bc34..ed883fe 100644 --- a/env.example +++ b/env.example @@ -38,3 +38,9 @@ DRY_RUN=false # Mod mail reasoning level (0=none, 1=brief, 2=full) REASONING_LEVEL=2 + +# Discord Webhook Configuration +# Discord webhook URL for logging moderation actions +DISCORD_WEBHOOK_URL=your_discord_webhook_url_here +# Discord channel ID for logging (optional, overrides webhook's default channel) +DISCORD_LOG_CHANNEL_ID=1419186821509939300 |