Skip to content

docs: fix English Discord binding schema (closes #20)#24

Merged
AlexAnys merged 1 commit intomainfrom
fix/discord-en-binding-schema
Mar 6, 2026
Merged

docs: fix English Discord binding schema (closes #20)#24
AlexAnys merged 1 commit intomainfrom
fix/discord-en-binding-schema

Conversation

@AlexAnys
Copy link
Owner

@AlexAnys AlexAnys commented Mar 6, 2026

Summary

Fix the English version of Discord CONFIG_SNIPPET — same bug as #20, missed by #21.

Replace invalid channelId with peer: { kind: "channel", id: "..." } to match OpenClaw's strict binding schema (zod-schema.agents.ts uses .strict()).

Changes

docs/en/CONFIG_SNIPPET_DISCORD.md: 7 binding entries updated (lines 124-130)

Closes #20

#21 fixed the Chinese version but missed the English counterpart.
Replace invalid `channelId` with `peer: { kind: "channel", id: "..." }`
to match OpenClaw's strict binding schema.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@chatgpt-codex-connector
Copy link

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, you can upgrade your account or add credits to your account and enable them for code reviews in your settings.

@AlexAnys AlexAnys merged commit 06ab585 into main Mar 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Discord安装时报错:bindings.0.match: Unrecognized key: "channelId"

1 participant