mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-07-21 18:33:21 +08:00
fix bug
This commit is contained in:
parent
21186aa030
commit
1fe04ddb99
@ -71,6 +71,7 @@ async def send_msgs(
|
|||||||
for msg in msgs:
|
for msg in msgs:
|
||||||
await _send_msgs_dispatch(bot, user, user_type, msg)
|
await _send_msgs_dispatch(bot, user, user_type, msg)
|
||||||
return
|
return
|
||||||
|
msgs = msgs.copy()
|
||||||
if plugin_config.bison_use_pic_merge == 1:
|
if plugin_config.bison_use_pic_merge == 1:
|
||||||
await _send_msgs_dispatch(bot, user, "group", msgs.pop(0))
|
await _send_msgs_dispatch(bot, user, "group", msgs.pop(0))
|
||||||
if msgs:
|
if msgs:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user