mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-29 17:27:41 +00:00
👽 ✨ Add forward driver support for mirai-api-http adapter
This commit is contained in:
@ -28,6 +28,9 @@ Mirai-API-HTTP 的适配器以 `AGPLv3许可`_ 单独开源
|
||||
"""
|
||||
|
||||
from .bot import Bot
|
||||
from .bot_ws import WebsocketBot
|
||||
from .event import *
|
||||
from .message import MessageChain, MessageSegment
|
||||
"""
|
||||
``WebsocketBot``现在已经和``Bot``合并, 并已经被弃用, 请直接使用``Bot``
|
||||
"""
|
||||
WebsocketBot = Bot
|
Reference in New Issue
Block a user