🤖 自动格式化代码 [skip ci]
This commit is contained in:
@@ -54,7 +54,13 @@ class NormalChat:
|
||||
每个聊天(私聊或群聊)都会有一个独立的NormalChat实例。
|
||||
"""
|
||||
|
||||
def __init__(self, chat_stream: ChatStream, interest_dict: dict = None, on_switch_to_focus_callback=None, get_cooldown_progress_callback=None):
|
||||
def __init__(
|
||||
self,
|
||||
chat_stream: ChatStream,
|
||||
interest_dict: dict = None,
|
||||
on_switch_to_focus_callback=None,
|
||||
get_cooldown_progress_callback=None,
|
||||
):
|
||||
"""
|
||||
初始化NormalChat实例。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user