mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 21:37:11 +00:00
fix: 只有主人才能结束全部对话
This commit is contained in:
parent
1619927bde
commit
ddce080a27
1 changed files with 2 additions and 1 deletions
|
|
@ -90,7 +90,8 @@ export class chatgpt extends plugin {
|
|||
},
|
||||
{
|
||||
reg: '^#结束全部对话$',
|
||||
fnc: 'endAllConversations'
|
||||
fnc: 'endAllConversations',
|
||||
permission: 'master'
|
||||
},
|
||||
// {
|
||||
// reg: '#chatgpt帮助',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue