From edb94fd0b44e2f388f284109a90d7906f638df14 Mon Sep 17 00:00:00 2001 From: zhiyu1998 Date: Sat, 1 Apr 2023 14:35:29 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20=E7=BA=A0=E6=AD=A3?= =?UTF-8?q?=E6=AD=A3=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/query.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/query.js b/apps/query.js index 6cf2965..d5d588a 100644 --- a/apps/query.js +++ b/apps/query.js @@ -25,7 +25,7 @@ export class query extends plugin { fnc: "doctor", }, { - reg: "^#(cat)$", + reg: "^#cat$", fnc: "cat", }, {