🐞 fix: 修复触发词

This commit is contained in:
秋刀鱼 2024-11-04 09:35:48 +08:00
parent e534f58b56
commit 657e21957f

View File

@ -17,7 +17,7 @@ export class songRequest extends plugin {
priority: 300, priority: 300,
rule: [ rule: [
{ {
reg: '^点歌|#?听[1-9][0-9]|#?听[0-9]*$', reg: '^点歌|#?听[1-9][0-9]*|#?听[1-9]*$',
fnc: 'pickSong' fnc: 'pickSong'
}, },
{ {