🚧 💡 add comments for message etc. in mirai adapter

This commit is contained in:
Mix
2021-02-01 01:04:30 +08:00
parent 7fdfd89525
commit 56592fc413
8 changed files with 250 additions and 28 deletions

View File

@ -1,3 +1,13 @@
"""
Mirai-API-HTTP 协议适配
============================
协议详情请看: `mirai-api-http 文档`_
.. mirai-api-http 文档:
https://github.com/project-mirai/mirai-api-http/tree/master/docs
"""
from .bot import MiraiBot
from .bot_ws import MiraiWebsocketBot
from .event import *