From be6e73cdb6b37701388fc7514be2daf83a4c18aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AD=89=E9=A3=8E=E6=9D=A5?= <3139373986@qq.com> Date: Sun, 19 May 2024 01:35:09 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=20=E4=BC=98=E5=85=88=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 等风来 <3139373986@qq.com> --- apps/assistant.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/assistant.js b/apps/assistant.js index d90e065..2aba356 100644 --- a/apps/assistant.js +++ b/apps/assistant.js @@ -15,7 +15,7 @@ export class Assistant extends plugin { super({ name: "椰奶小助手", event: "message", - priority: 2000, + priority: 1000, rule: [ { reg: "^#(改|换)头像", @@ -348,7 +348,7 @@ export class Assistant extends plugin { if (!this.Bot.gl.get(Number(quits))) return e.reply("❎ 群聊列表查无此群") if (quits == e.group_id) { - e.reply("✅ 3秒后退出本群聊") + e.reply("⚠️ 3秒后退出本群聊") await sleep(3000) }