We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58c239d commit 323d8cbCopy full SHA for 323d8cb
1 file changed
README.md
@@ -93,8 +93,8 @@ ADMIN_ROLE_IDS=123456789,987654321 # Comma-separated Discord role IDs
93
ADMIN_USER_IDS=111111111 # Comma-separated Discord user IDs
94
95
# Channel Monitoring (optional)
96
-MONITOR_CHANNEL_ID=123456789012345678 # Channel to watch for alerts
97
-MONITOR_BOT_IDS=987654321,111111111 # Comma-separated bot/webhook IDs to respond to
+MONITOR_CHANNEL_ID=123456789012345678 # Channel to monitor for alerts from other bots/webhooks/users
+MONITOR_BOT_IDS=987654321,111111111 # Comma-separated bot/webhook/user IDs to trigger auto-investigation
98
99
# Proxy (optional — respected automatically if set)
100
# HTTP_PROXY=http://proxy:8080
0 commit comments