mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-07-20 01:33:00 +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:
|
||||
await _send_msgs_dispatch(bot, user, user_type, msg)
|
||||
return
|
||||
msgs = msgs.copy()
|
||||
if plugin_config.bison_use_pic_merge == 1:
|
||||
await _send_msgs_dispatch(bot, user, "group", msgs.pop(0))
|
||||
if msgs:
|
||||
|
Loading…
x
Reference in New Issue
Block a user