update plugins/genshin/apps/user.js.

修复:#绑定uid 123456789
uid后面带空格时,机器人无响应


Signed-off-by: 陈炳好 <batvbs@qq.com>
This commit is contained in:
陈炳好 2023-11-17 01:08:53 +00:00 committed by Gitee
parent db00e7c582
commit 9f63cbc8f6
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ export class user extends plugin {
fnc: 'delUid'
},
{
reg: '^#(原神|星铁)?绑定(uid|UID)?[1-9][0-9]{8}$',
reg: '^#(原神|星铁)?绑定(uid|UID)? ?[1-9][0-9]{8}$',
fnc: 'bingUid'
},
{