docs(feishu): replace botName with name in config examples (#52753)

Merged via squash.

Prepared head SHA: 5237726c9c
Co-authored-by: haroldfabla2-hue <229189334+haroldfabla2-hue@users.noreply.github.com>
Co-authored-by: altaywtf <9790196+altaywtf@users.noreply.github.com>
Reviewed-by: @altaywtf
This commit is contained in:
betoblair
2026-03-23 15:48:33 -05:00
committed by GitHub
parent 34c57487b4
commit 1c7e98de16
3 changed files with 8 additions and 6 deletions

View File

@@ -185,7 +185,7 @@ Edit `~/.openclaw/openclaw.json`:
main: {
appId: "cli_xxx",
appSecret: "xxx",
botName: "My AI assistant",
name: "My AI assistant",
},
},
},
@@ -494,12 +494,12 @@ openclaw pairing list feishu
main: {
appId: "cli_xxx",
appSecret: "xxx",
botName: "Primary bot",
name: "Primary bot",
},
backup: {
appId: "cli_yyy",
appSecret: "yyy",
botName: "Backup bot",
name: "Backup bot",
enabled: false,
},
},

View File

@@ -190,7 +190,7 @@ openclaw channels add
main: {
appId: "cli_xxx",
appSecret: "xxx",
botName: "My AI assistant",
name: "My AI assistant",
},
},
},
@@ -499,12 +499,12 @@ openclaw pairing list feishu
main: {
appId: "cli_xxx",
appSecret: "xxx",
botName: "Primary bot",
name: "Primary bot",
},
backup: {
appId: "cli_yyy",
appSecret: "yyy",
botName: "Backup bot",
name: "Backup bot",
enabled: false,
},
},