mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-28 16:51:26 +00:00
💬 💡 rename MiraiBot to Bot, fix a comment style
This commit is contained in:
@ -18,7 +18,7 @@ Mirai-API-HTTP 协议适配
|
||||
|
||||
"""
|
||||
|
||||
from .bot import MiraiBot
|
||||
from .bot_ws import MiraiWebsocketBot
|
||||
from .bot import Bot
|
||||
from .bot_ws import WebsocketBot
|
||||
from .event import *
|
||||
from .message import MessageChain, MessageSegment
|
||||
|
Reference in New Issue
Block a user