From aede99227c4b1d5f0e6c210fa7d1aa29229e7b78 Mon Sep 17 00:00:00 2001 From: yeyang <746659424@qq.com> Date: Fri, 3 May 2024 21:12:01 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20#I9LCDN?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/groupAdmin/groupVerify.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/groupAdmin/groupVerify.js b/apps/groupAdmin/groupVerify.js index c7b0f3a..73c280b 100644 --- a/apps/groupAdmin/groupVerify.js +++ b/apps/groupAdmin/groupVerify.js @@ -173,7 +173,7 @@ Bot.on?.("message.group", async(e) => { const { remainTimes } = temp[e.user_id + e.group_id] if (remainTimes > 0) { - await e.recall() + await e.group.recallMsg(e) const msg = `\n❎ 验证失败\n你还有「${remainTimes}」次机会\n请发送「${nums[0]} ${operator} ${nums[1]}」的运算结果` return await sendMsg(e, [ segment.at(e.user_id), msg ])