feat: 适配aiocqhttp

This commit is contained in:
RockChinQ
2024-02-07 20:03:46 +08:00
parent 84b2867148
commit aeb1912db6
9 changed files with 291 additions and 13 deletions
+1 -1
View File
@@ -113,5 +113,5 @@ class YiriMiraiAdapter(adapter_model.MessageSourceAdapter):
async def run_async(self):
return await MiraiRunner(self.bot)._run()
def kill(self) -> bool:
async def kill(self) -> bool:
return False