📝 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

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