Add Discord token to config with env variable substitution
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
9f734de29e
commit
a91e6ac883
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@
|
|||
"channels": {
|
||||
"discord": {
|
||||
"enabled": true,
|
||||
"token": "${DISCORD_TOKEN}",
|
||||
"groupPolicy": "open",
|
||||
"dmPolicy": "open",
|
||||
"allowFrom": ["*"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue