refactor!: rename chat providers to channels
This commit is contained in:
@@ -80,7 +80,7 @@ sudo systemctl restart clawdbot
|
||||
|
||||
# Provider login (run as clawdbot user)
|
||||
sudo -i -u clawdbot
|
||||
clawdbot providers login
|
||||
clawdbot channels login
|
||||
```
|
||||
|
||||
## Security Architecture
|
||||
@@ -187,7 +187,7 @@ Make sure you're running as the `clawdbot` user:
|
||||
|
||||
```bash
|
||||
sudo -i -u clawdbot
|
||||
clawdbot providers login
|
||||
clawdbot channels login
|
||||
```
|
||||
|
||||
## Advanced Configuration
|
||||
|
||||
@@ -186,7 +186,7 @@ Discord (bot token):
|
||||
docker compose run --rm clawdbot-cli providers add --provider discord --token "<token>"
|
||||
```
|
||||
|
||||
Docs: [WhatsApp](/providers/whatsapp), [Telegram](/providers/telegram), [Discord](/providers/discord)
|
||||
Docs: [WhatsApp](/channels/whatsapp), [Telegram](/channels/telegram), [Discord](/channels/discord)
|
||||
|
||||
### Health check
|
||||
|
||||
|
||||
@@ -198,4 +198,4 @@ git pull
|
||||
|
||||
- Run `clawdbot doctor` again and read the output carefully (it often tells you the fix).
|
||||
- Check: [Troubleshooting](/gateway/troubleshooting)
|
||||
- Ask in Discord: https://discord.gg/clawd
|
||||
- Ask in Discord: https://channels.discord.gg/clawd
|
||||
|
||||
Reference in New Issue
Block a user