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
+1
View File
@@ -213,6 +213,7 @@ class AiocqhttpAdapter(adapter.MessageSourceAdapter):
async def send_message(
self, target_type: str, target_id: str, message: mirai.MessageChain
):
# TODO 实现发送消息
return super().send_message(target_type, target_id, message)
async def reply_message(