Merge pull request #165 from alexhoshina/feat/onebot

feat: add OneBot channel support
This commit is contained in:
Meng Zhuo
2026-02-15 09:12:00 +08:00
committed by GitHub
4 changed files with 725 additions and 0 deletions

View File

@@ -60,6 +60,14 @@
"webhook_port": 18791,
"webhook_path": "/webhook/line",
"allow_from": []
},
"onebot": {
"enabled": false,
"ws_url": "ws://127.0.0.1:3001",
"access_token": "",
"reconnect_interval": 5,
"group_trigger_prefix": [],
"allow_from": []
}
},
"providers": {