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

View File

@@ -74,7 +74,7 @@ class MessageSourceAdapter(metaclass=abc.ABCMeta):
"""异步运行"""
raise NotImplementedError
def kill(self) -> bool:
async def kill(self) -> bool:
"""关闭适配器
Returns: