From 1fe04ddb994ab757405db846df682a06142d6284 Mon Sep 17 00:00:00 2001 From: felinae98 <731499577@qq.com> Date: Mon, 21 Mar 2022 16:39:17 +0800 Subject: [PATCH] fix bug --- src/plugins/nonebot_bison/send.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/nonebot_bison/send.py b/src/plugins/nonebot_bison/send.py index e157d40..4651ed2 100644 --- a/src/plugins/nonebot_bison/send.py +++ b/src/plugins/nonebot_bison/send.py @@ -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: