From 7910110a6fd89fed8548d8578d8aacb52d56f565 Mon Sep 17 00:00:00 2001 From: ikechan8370 Date: Tue, 7 Mar 2023 22:48:55 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A2=9E=E5=8A=A0chat=E4=BC=98=E5=85=88?= =?UTF-8?q?=E7=BA=A7=E9=81=BF=E5=85=8D=E8=A2=AB=E5=9C=9F=E5=9D=97=E6=8A=A2?= =?UTF-8?q?=E6=8C=87=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/chat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/chat.js b/apps/chat.js index 31cf153..d9e970d 100644 --- a/apps/chat.js +++ b/apps/chat.js @@ -70,7 +70,7 @@ export class chatgpt extends plugin { /** https://oicqjs.github.io/oicq/#events */ event: 'message', /** 优先级,数字越小等级越高 */ - priority: 15000, + priority: 1144, rule: [ { /** 命令正则匹配 */