Skip to content

Commit 1c7e98d

Browse files
docs(feishu): replace botName with name in config examples (#52753)
Merged via squash. Prepared head SHA: 5237726 Co-authored-by: haroldfabla2-hue <[email protected]> Co-authored-by: altaywtf <[email protected]> Reviewed-by: @altaywtf
1 parent 34c5748 commit 1c7e98d

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Docs: https://docs.openclaw.ai
1010

1111
### Fixes
1212

13+
- Docs/Feishu: replace `botName` with `name` in the channel config examples so the docs match the strict account schema for per-account display names. (#52753) Thanks @haroldfabla2-hue.
14+
1315
## 2026.3.23
1416

1517
### Breaking

docs/channels/feishu.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ Edit `~/.openclaw/openclaw.json`:
185185
main: {
186186
appId: "cli_xxx",
187187
appSecret: "xxx",
188-
botName: "My AI assistant",
188+
name: "My AI assistant",
189189
},
190190
},
191191
},
@@ -494,12 +494,12 @@ openclaw pairing list feishu
494494
main: {
495495
appId: "cli_xxx",
496496
appSecret: "xxx",
497-
botName: "Primary bot",
497+
name: "Primary bot",
498498
},
499499
backup: {
500500
appId: "cli_yyy",
501501
appSecret: "yyy",
502-
botName: "Backup bot",
502+
name: "Backup bot",
503503
enabled: false,
504504
},
505505
},

docs/zh-CN/channels/feishu.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ openclaw channels add
190190
main: {
191191
appId: "cli_xxx",
192192
appSecret: "xxx",
193-
botName: "My AI assistant",
193+
name: "My AI assistant",
194194
},
195195
},
196196
},
@@ -499,12 +499,12 @@ openclaw pairing list feishu
499499
main: {
500500
appId: "cli_xxx",
501501
appSecret: "xxx",
502-
botName: "Primary bot",
502+
name: "Primary bot",
503503
},
504504
backup: {
505505
appId: "cli_yyy",
506506
appSecret: "yyy",
507-
botName: "Backup bot",
507+
name: "Backup bot",
508508
enabled: false,
509509
},
510510
},

0 commit comments

Comments
 (0)