fix: 结束对话指令改为(结束|新开|摧毁|毁灭|完结)对话

This commit is contained in:
ikechan8370 2023-04-23 21:09:11 +08:00
parent d5e3d52d43
commit 9e4049181a
2 changed files with 6 additions and 6 deletions

View file

@ -119,11 +119,11 @@ export class chatgpt extends plugin {
permission: 'master'
},
{
reg: '^#(chatgpt)?结束对话([sS]*)',
reg: '^#(chatgpt)?(结束|新开|摧毁|毁灭|完结)对话([sS]*)',
fnc: 'destroyConversations'
},
{
reg: '^#(chatgpt)?结束全部对话$',
reg: '^#(chatgpt)?(结束|新开|摧毁|毁灭|完结)全部对话$',
fnc: 'endAllConversations',
permission: 'master'
},

View file

@ -38,17 +38,17 @@ let helpData = [
},
{
icon: 'destroy',
title: '#结束对话',
title: '#(结束|新开|摧毁|毁灭|完结)对话',
desc: '结束自己当前对话,下次开启对话机器人将遗忘掉本次对话内容。'
},
{
icon: 'destroy',
title: '#结束全部对话',
title: '#(结束|新开|摧毁|毁灭|完结)全部对话',
desc: '结束正在与本机器人进行对话的全部用户的对话。'
},
{
icon: 'destroy-other',
title: '#结束对话 @某人',
title: '#(结束|新开|摧毁|毁灭|完结)对话 @某人',
desc: '结束该用户当前对话,下次开启对话机器人将遗忘掉本次对话内容。'
},
{
@ -104,7 +104,7 @@ let helpData = [
{
icon: 'game',
title: '#chatgpt设置语音角色',
desc: '设置语音模式下回复的角色音色'
desc: '设置语音模式下回复的角色音色。优先级高于默认语音角色'
},
{
icon: 'list',