ConfigureChannels
Connect QQ Bot
1. Create a bot at the QQ Open Platform. 2. Copy the App ID and secret. 3. Add the bot to the target guild and channels.
Documentation notice: these docs are currently generated with Codex and are being actively reviewed, expanded, and refined.
Platform setup
- Create a bot at the QQ Open Platform.
- Copy the App ID and secret.
- Add the bot to the target guild and channels.
Configuration
Required fields: app_id, secret.
{
"channels": {
"qqbot": {
"app_id": "your-app-id",
"secret": "your-secret",
"verbose": { "show_thinking": false, "show_tool_use": false }
}
}
}Older guides named the second field
app_token— the plugin requiressecret.
Behavior
- Replies are send-only within QQ guild channels (no in-place streaming edits).
Source anchors: va-plugin-channel-qqbot src/main.ts (requiredConfig: app_id, secret).
Last verified: v0.7.11