mirror of https://github.com/Mai-with-u/MaiBot.git
fix:stream
parent
3434c2ad27
commit
752b66738c
|
|
@ -112,7 +112,7 @@ class MessageRecv(Message):
|
||||||
self.detailed_plain_text = message_dict.get("detailed_plain_text", "") # 初始化为空字符串
|
self.detailed_plain_text = message_dict.get("detailed_plain_text", "") # 初始化为空字符串
|
||||||
self.is_emoji = False
|
self.is_emoji = False
|
||||||
|
|
||||||
def update_chat_stream(self, chat_stream: ChatStream):
|
def update_chat_stream(self, chat_stream: "ChatStream"):
|
||||||
self.chat_stream = chat_stream
|
self.chat_stream = chat_stream
|
||||||
|
|
||||||
async def process(self) -> None:
|
async def process(self) -> None:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue