mirror of https://github.com/Mai-with-u/MaiBot.git
🤖 自动格式化代码 [skip ci]
parent
40109b2e66
commit
324b4b1b3f
|
|
@ -54,7 +54,13 @@ class NormalChat:
|
||||||
每个聊天(私聊或群聊)都会有一个独立的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实例。
|
初始化NormalChat实例。
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue