-
-
Notifications
You must be signed in to change notification settings - Fork 52.6k
Closed
Description
Bug
Discord replies are silently dropped in 2026.2.23. The bot receives messages, the agent generates a response, but the reply never gets sent to Discord. No error in the logs.
Steps to reproduce
- Update to openclaw@2026.2.23
- Send a message in a Discord guild channel (allowlisted user, requireMention: false)
- Agent processes the message and generates a response
- Response is never delivered to Discord — no send log, no error
Evidence from logs
embedded run startandembedded run doneboth fire (isError=false)- Agent response is written to the session transcript (confirmed valid text output)
- Zero outbound Discord send entries in gateway.log or verbose log
- No errors logged during or after the run
Config
{
"blockStreamingDefault": "on",
"channels": {
"discord": {
"enabled": true,
"groupPolicy": "allowlist",
"streaming": "partial"
}
}
}Also tested with streaming: "off" — same result.
Workaround
Rollback to 2026.2.22-2 restores Discord delivery immediately.
npm install -g openclaw@2026.2.22-2
Environment
- macOS (arm64, Darwin 25.3.0)
- Node v25.6.0
- openclaw 2026.2.23 (broken) → 2026.2.22-2 (working)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels