💬 💡 rename MiraiBot to Bot, fix a comment style

This commit is contained in:
Mix
2021-02-01 14:24:45 +08:00
parent 6c0b20e5b7
commit 5a63827f22
6 changed files with 38 additions and 18 deletions

View File

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