diff --git a/apps/management.js b/apps/management.js index 6f34abf..cee5472 100644 --- a/apps/management.js +++ b/apps/management.js @@ -66,7 +66,7 @@ export class ChatgptManagement extends plugin { fnc: 'modeHelp' }, { - reg: '^#chatgpt(强制)更新$', + reg: '^#chatgpt(强制)?更新$', fnc: 'updateChatGPTPlugin' } ]