From 85b0d68e7ea6009b1613fdb6f537216014662896 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=9B=E8=83=A4=E6=B1=A0?= Date: Sun, 11 Dec 2022 13:07:03 +0800 Subject: [PATCH] fix: wrong command text --- apps/chat.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/chat.js b/apps/chat.js index cb663e6..ceb78ef 100644 --- a/apps/chat.js +++ b/apps/chat.js @@ -60,16 +60,16 @@ export class chatgpt extends plugin { reg: '^#结束对话([sS]*)', fnc: 'destroyConversations' }, - { - reg: '#chatgpt帮助', - fnc: 'help' - }, + // { + // reg: '#chatgpt帮助', + // fnc: 'help' + // }, { reg: '#chatgpt图片模式', fnc: 'switch2Picture' }, { - reg: '#chatgpt文字模式', + reg: '#chatgpt文本模式', fnc: 'switch2Text' } ]