mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-28 08:41:29 +00:00
💬 💡 rename some dataclass, add comments for events in mirai adapter
This commit is contained in:
@ -89,6 +89,9 @@ class WebSocket(BaseWebSocket):
|
||||
|
||||
|
||||
class MiraiWebsocketBot(MiraiBot):
|
||||
"""
|
||||
mirai-api-http 正向 Websocket 协议 Bot 适配。
|
||||
"""
|
||||
|
||||
@overrides(MiraiBot)
|
||||
def __init__(self, connection_type: str, self_id: str, *,
|
||||
|
Reference in New Issue
Block a user