Skip to content

Commit 9fba507

Browse files
sragssclaude
andcommitted
fix: revert per-channel guild config that silently breaks Discord
The nested `channels` key under a wildcard guild entry causes openclaw's Discord provider to connect but silently drop all MESSAGE_CREATE events. Reverts the config portion of PR #22. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e27ed50 commit 9fba507

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

deploy/openclaw.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,7 @@
5757
"requireMention": true,
5858
"users": [
5959
"*"
60-
],
61-
"channels": {
62-
"1472974111864000664": {
63-
"requireMention": false
64-
}
65-
}
60+
]
6661
}
6762
}
6863
}

0 commit comments

Comments
 (0)