🐛 #I9LCDN

This commit is contained in:
yeyang
2024-05-03 21:12:01 +08:00
parent db4a549bc8
commit aede99227c

View File

@@ -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 ])