This commit is contained in:
felinae98 2022-03-21 16:39:17 +08:00
parent 21186aa030
commit 1fe04ddb99
No known key found for this signature in database
GPG Key ID: 00C8B010587FF610

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