🐛 支持adapter-qq 1.3.0

This commit is contained in:
‘KimigaiiWuyi’ 2023-11-24 14:08:34 +08:00
parent 49609a2fea
commit 0f3249ca83

View File

@ -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,