mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 13:27:08 +00:00
fix: #claude开启新对话被#claude抢走的问题
This commit is contained in:
parent
b4dcfcb42a
commit
73e6dc43bc
1 changed files with 5 additions and 4 deletions
|
|
@ -110,6 +110,10 @@ export class chatgpt extends plugin {
|
|||
/** 执行方法 */
|
||||
fnc: 'bing'
|
||||
},
|
||||
{
|
||||
reg: '^#claude开启新对话',
|
||||
fnc: 'newClaudeConversation'
|
||||
},
|
||||
{
|
||||
/** 命令正则匹配 */
|
||||
reg: '^#claude[sS]*',
|
||||
|
|
@ -194,10 +198,6 @@ export class chatgpt extends plugin {
|
|||
reg: '^#chatgpt删除对话',
|
||||
fnc: 'deleteConversation',
|
||||
permission: 'master'
|
||||
},
|
||||
{
|
||||
reg: '^#claude开启新对话',
|
||||
fnc: 'newClaudeConversation'
|
||||
}
|
||||
]
|
||||
})
|
||||
|
|
@ -1894,6 +1894,7 @@ export class chatgpt extends plugin {
|
|||
await e.reply(response, true)
|
||||
}
|
||||
}
|
||||
return true
|
||||
}
|
||||
|
||||
async emptyQueue (e) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue