mirror of
https://github.com/KimigaiiWuyi/GenshinUID.git
synced 2025-05-08 04:55:51 +08:00
🐛 合并转发内消息反序列化 (#651)
This commit is contained in:
parent
b0059963f5
commit
24ca327101
@ -656,9 +656,12 @@ async def onebot_send(
|
||||
)
|
||||
)
|
||||
elif _c.type == 'node':
|
||||
_temp_data = []
|
||||
for i in _c.data:
|
||||
_temp_data.append(GsMessage(**i))
|
||||
await _send_node(
|
||||
to_json(
|
||||
await to_msg(_c.data),
|
||||
await to_msg(_temp_data),
|
||||
"小助手",
|
||||
str(2854196310),
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user