From 657e21957f510a7e24bf12b00d92acf1da5b3484 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=8B=E5=88=80=E9=B1=BC?= <9903082+qdyovo@user.noreply.gitee.com> Date: Mon, 4 Nov 2024 09:35:48 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E8=A7=A6=E5=8F=91=E8=AF=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/songRequest.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/songRequest.js b/apps/songRequest.js index 8c9a664..88d76fd 100644 --- a/apps/songRequest.js +++ b/apps/songRequest.js @@ -17,7 +17,7 @@ export class songRequest extends plugin { priority: 300, rule: [ { - reg: '^点歌|#?听[1-9][0-9]|#?听[0-9]*$', + reg: '^点歌|#?听[1-9][0-9]*|#?听[1-9]*$', fnc: 'pickSong' }, { @@ -236,7 +236,7 @@ export class songRequest extends plugin { if (e.bot?.sendUni) { await e.group.fs.upload(path); } else { - await e.group.sendFile(path); + await e.group.sendFile(path); } } } \ No newline at end of file