mirror of
https://github.com/KimigaiiWuyi/GenshinUID.git
synced 2025-05-12 06:55:58 +08:00
🐛 支持adapter-qq 1.3.0
This commit is contained in:
parent
49609a2fea
commit
0f3249ca83
@ -853,7 +853,7 @@ async def group_send(
|
||||
|
||||
if target_type == 'group':
|
||||
await bot.send_to_group(
|
||||
group_id=target_id,
|
||||
group_openid=target_id,
|
||||
msg_id=msg_id,
|
||||
event_id=msg_id,
|
||||
message=message,
|
||||
@ -861,7 +861,7 @@ async def group_send(
|
||||
)
|
||||
else:
|
||||
await bot.send_to_c2c(
|
||||
user_id=target_id,
|
||||
openid=target_id,
|
||||
msg_id=msg_id,
|
||||
event_id=msg_id,
|
||||
message=message,
|
||||
|
Loading…
x
Reference in New Issue
Block a user