fix: update command /

This commit is contained in:
ikechan8370 2023-02-20 13:33:57 +08:00
parent 5399d57e38
commit 18bae72c50

View file

@ -66,7 +66,7 @@ export class ChatgptManagement extends plugin {
fnc: 'modeHelp' fnc: 'modeHelp'
}, },
{ {
reg: '^#chatgpt(强制)更新$', reg: '^#chatgpt(强制)?更新$',
fnc: 'updateChatGPTPlugin' fnc: 'updateChatGPTPlugin'
} }
] ]