👽 Add forward driver support for mirai-api-http adapter

This commit is contained in:
Mix
2021-08-04 00:35:31 +08:00
parent cda1ad093f
commit 358528b495
3 changed files with 45 additions and 216 deletions

View File

@ -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