fix: add files:read to SLACK_BOT_TOKEN description in config.py

Missed in the original PR — the env var description also lists required scopes.
This commit is contained in:
Teknium 2026-04-13 16:31:19 -07:00 committed by Teknium
parent 448b8bfb7c
commit a66fc1365d

View file

@ -1176,7 +1176,7 @@ OPTIONAL_ENV_VARS = {
"SLACK_BOT_TOKEN": {
"description": "Slack bot token (xoxb-). Get from OAuth & Permissions after installing your app. "
"Required scopes: chat:write, app_mentions:read, channels:history, groups:history, "
"im:history, im:read, im:write, users:read, files:write",
"im:history, im:read, im:write, users:read, files:read, files:write",
"prompt": "Slack Bot Token (xoxb-...)",
"url": "https://api.slack.com/apps",
"password": True,