mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-08 14:56:03 +00:00
feat: 适配aiocqhttp
This commit is contained in:
@@ -74,7 +74,7 @@ class MessageSourceAdapter(metaclass=abc.ABCMeta):
|
||||
"""异步运行"""
|
||||
raise NotImplementedError
|
||||
|
||||
def kill(self) -> bool:
|
||||
async def kill(self) -> bool:
|
||||
"""关闭适配器
|
||||
|
||||
Returns:
|
||||
|
||||
Reference in New Issue
Block a user