mirror of https://github.com/Mai-with-u/MaiBot.git
fix: 更正了部分新增的messageCQ的初始化
parent
f2b8ec4b13
commit
b4fa12f3a1
|
|
@ -381,6 +381,7 @@ class ChatBot:
|
|||
reply_message=None,
|
||||
platform="qq",
|
||||
)
|
||||
await message_cq.initialize()
|
||||
message_json = message_cq.to_dict()
|
||||
|
||||
message = MessageRecv(message_json)
|
||||
|
|
|
|||
Loading…
Reference in New Issue