fix: wrong command text

This commit is contained in:
葛胤池 2022-12-11 13:07:03 +08:00
parent 0267213f3d
commit 85b0d68e7e

View file

@ -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'
}
]