🦄 reactor: 修改触发指令

This commit is contained in:
DESKTOP-I4SRUE6\NikoYoke 2024-11-08 20:59:49 +08:00
parent b1f93c6be1
commit 3e329ec2ae

View File

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