I want to add a openclaw bot to 2 guilds (IDs redacted), in the second guild to only 1 channel:
"channels": {
"discord": {
"enabled": true,
"token": {
"source": "file",
"provider": "filemain",
"id": "/channels/discord/token"
},
"groupPolicy": "allowlist",
"allowFrom": [
"7***3"
],
"guilds": {
"15***81": {
"requireMention": false,
"users": [
"7***3"
]
},
"14***97": {
"requireMention": true,
"users": [
"7***3",
"1***5"
],
"channels": {
"openclaw-test-channel": {"allow": true, "requireMention": true}
}
}
},
But I'm getting error on config validation:
channels.discord.guilds.14***97.channels.openclaw-test-channel: invalid config: must NOT have additional properties
but it's just like the docs here: https://docs.openclaw.ai/channels/discord#access-control-and-routing