mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-28 16:51:26 +00:00
🚧 💡 add comments for message etc. in mirai adapter
This commit is contained in:
@ -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 *
|
||||
|
Reference in New Issue
Block a user