From 164f441b299f48efb86ceed97e1f6c08d9bfd22c Mon Sep 17 00:00:00 2001 From: fumiama Date: Thu, 17 Jun 2021 23:27:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=99=AE=E9=80=9A=E9=9A=8F=E6=9C=BA=E5=9B=BE?= =?UTF-8?q?=E4=B9=9F=E5=8F=AF=E6=92=A4=E5=9B=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- randimg/setu_geter.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/randimg/setu_geter.go b/randimg/setu_geter.go index d31dd0b54c..df40f02e48 100644 --- a/randimg/setu_geter.go +++ b/randimg/setu_geter.go @@ -112,7 +112,9 @@ func init() { // 插件主体 ctx.Send("请稍后再试哦") } else { BLOCK_REQUEST = true - ctx.Send(msgext.ImageNoCache(RANDOM_API_URL)) + last_message_id := ctx.Send(msgext.ImageNoCache(RANDOM_API_URL)) + last_group_id := ctx.Event.GroupID + msgofgrp[last_group_id] = last_message_id BLOCK_REQUEST = false } }