📝 update doc

This commit is contained in:
yanyongyu 2021-08-04 12:41:53 +08:00
parent 7a3cd8c395
commit db73d2b621
2 changed files with 2 additions and 8 deletions

View File

@ -21,13 +21,6 @@ NoneBot.adapters.mirai.bot 模块
:members:
:show-inheritance:
NoneBot.adapters.mirai.bot_ws 模块
==================================
.. automodule:: nonebot.adapters.mirai.bot_ws
:members:
:show-inheritance:
NoneBot.adapters.mirai.message 模块
===================================

View File

@ -30,7 +30,8 @@ Mirai-API-HTTP 的适配器以 `AGPLv3许可`_ 单独开源
from .bot import Bot
from .event import *
from .message import MessageChain, MessageSegment
WebsocketBot = Bot
"""
``WebsocketBot``现在已经和``Bot``合并, 并已经被弃用, 请直接使用``Bot``
"""
WebsocketBot = Bot