Add channels.discord config to Openclaw

This commit is contained in:
ashisgreat22 2026-03-18 01:58:51 +01:00
parent 19bcc4c5fc
commit 99a424aa34

View file

@ -15,8 +15,7 @@
"discord": { "discord": {
"enabled": true, "enabled": true,
"groupPolicy": "open", "groupPolicy": "open",
"dmPolicy": "open", "dmPolicy": "open"
"allowFrom": ["*"]
} }
}, },
"agents": { "agents": {
@ -41,5 +40,4 @@
] ]
} }
} }
}
} }