Skip to content

Commit 233aa03

Browse files
committed
Docs: note Discord SecretRef support (#32490) thanks @scoootscooob
1 parent e6faa09 commit 233aa03

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

docs/channels/discord.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ openclaw gateway
133133
DISCORD_BOT_TOKEN=...
134134
```
135135

136+
SecretRef values are also supported for `channels.discord.token` (env/file/exec providers). See [Secrets Management](/gateway/secrets).
137+
136138
</Tab>
137139
</Tabs>
138140

docs/gateway/security/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ Use this when auditing access or deciding what to back up:
200200

201201
- **WhatsApp**: `~/.openclaw/credentials/whatsapp/<accountId>/creds.json`
202202
- **Telegram bot token**: config/env or `channels.telegram.tokenFile`
203-
- **Discord bot token**: config/env (token file not yet supported)
203+
- **Discord bot token**: config/env or SecretRef (env/file/exec providers)
204204
- **Slack tokens**: config/env (`channels.slack.*`)
205205
- **Pairing allowlists**:
206206
- `~/.openclaw/credentials/<channel>-allowFrom.json` (default account)

docs/start/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Use this when debugging auth or deciding what to back up:
128128

129129
- **WhatsApp**: `~/.openclaw/credentials/whatsapp/<accountId>/creds.json`
130130
- **Telegram bot token**: config/env or `channels.telegram.tokenFile`
131-
- **Discord bot token**: config/env (token file not yet supported)
131+
- **Discord bot token**: config/env or SecretRef (env/file/exec providers)
132132
- **Slack tokens**: config/env (`channels.slack.*`)
133133
- **Pairing allowlists**:
134134
- `~/.openclaw/credentials/<channel>-allowFrom.json` (default account)

0 commit comments

Comments
 (0)