mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-02-07 19:36:56 +08:00
📝 update doc
This commit is contained in:
parent
7a3cd8c395
commit
db73d2b621
@ -21,13 +21,6 @@ NoneBot.adapters.mirai.bot 模块
|
|||||||
:members:
|
:members:
|
||||||
:show-inheritance:
|
:show-inheritance:
|
||||||
|
|
||||||
NoneBot.adapters.mirai.bot_ws 模块
|
|
||||||
==================================
|
|
||||||
|
|
||||||
.. automodule:: nonebot.adapters.mirai.bot_ws
|
|
||||||
:members:
|
|
||||||
:show-inheritance:
|
|
||||||
|
|
||||||
NoneBot.adapters.mirai.message 模块
|
NoneBot.adapters.mirai.message 模块
|
||||||
===================================
|
===================================
|
||||||
|
|
||||||
|
@ -30,7 +30,8 @@ Mirai-API-HTTP 的适配器以 `AGPLv3许可`_ 单独开源
|
|||||||
from .bot import Bot
|
from .bot import Bot
|
||||||
from .event import *
|
from .event import *
|
||||||
from .message import MessageChain, MessageSegment
|
from .message import MessageChain, MessageSegment
|
||||||
|
|
||||||
|
WebsocketBot = Bot
|
||||||
"""
|
"""
|
||||||
``WebsocketBot``现在已经和``Bot``合并, 并已经被弃用, 请直接使用``Bot``
|
``WebsocketBot``现在已经和``Bot``合并, 并已经被弃用, 请直接使用``Bot``
|
||||||
"""
|
"""
|
||||||
WebsocketBot = Bot
|
|
Loading…
x
Reference in New Issue
Block a user