Add Discord token to config with env variable substitution

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
ashisgreat22 2026-03-18 02:29:15 +01:00
parent 9f734de29e
commit a91e6ac883

View file

@ -14,6 +14,7 @@
"channels": { "channels": {
"discord": { "discord": {
"enabled": true, "enabled": true,
"token": "${DISCORD_TOKEN}",
"groupPolicy": "open", "groupPolicy": "open",
"dmPolicy": "open", "dmPolicy": "open",
"allowFrom": ["*"] "allowFrom": ["*"]