mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-28 08:41:29 +00:00
💬 💡 rename MiraiBot to Bot, fix a comment style
This commit is contained in:
@ -142,7 +142,7 @@ class SessionManager:
|
||||
return cls(key, client)
|
||||
|
||||
|
||||
class MiraiBot(BaseBot):
|
||||
class Bot(BaseBot):
|
||||
"""
|
||||
mirai-api-http 协议 Bot 适配。
|
||||
|
||||
|
Reference in New Issue
Block a user