feat: 支持qq-botpy

This commit is contained in:
RockChinQ
2024-02-07 23:21:32 +08:00
parent 71b54fd684
commit 12820e6c64
7 changed files with 412 additions and 14 deletions
+8
View File
@@ -11,6 +11,14 @@
"host": "127.0.0.1",
"port": 8080
},
"qq-botpy-config": {
"appid": "",
"secret": "",
"intents": [
"public_guild_messages",
"direct_message"
]
},
"track-function-calls": true,
"quote-origin": false,
"at-sender": false,