🐛 #I9LCDN
This commit is contained in:
@@ -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 ])
|
||||
|
||||
Reference in New Issue
Block a user