This commit is contained in:
felinae98
2022-03-21 16:39:17 +08:00
parent 21186aa030
commit 1fe04ddb99
+1
View File
@@ -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: