mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 13:57:10 +00:00
fix: 修复文本错误
This commit is contained in:
parent
6b66a85d56
commit
a1b53c9de7
1 changed files with 1 additions and 1 deletions
|
|
@ -211,7 +211,7 @@ export class chatgpt extends plugin {
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
await this.reply(`结束了${deleted}个中用户的对话。`, true)
|
await this.reply(`结束了${deleted}个用户的对话。`, true)
|
||||||
}
|
}
|
||||||
|
|
||||||
async deleteConversation (e) {
|
async deleteConversation (e) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue