docs(config): align inline comments and sync model defaults

This commit is contained in:
Chummy 2026-02-18 17:43:02 +08:00
parent 9410e4e78e
commit 461a4563f8
6 changed files with 41 additions and 41 deletions

View file

@ -127,7 +127,7 @@ Telegram uses **long-polling** by default:
```toml
[channels_config.telegram]
bot_token = "YOUR_BOT_TOKEN"
allowed_users = [] # deny-by-default, bind identities explicitly
allowed_users = [] # deny-by-default, bind identities explicitly
```
Run `zeroclaw daemon` — Telegram channel starts automatically.