diff --git a/apps/chat.js b/apps/chat.js index f5d757d..b01b6a9 100644 --- a/apps/chat.js +++ b/apps/chat.js @@ -211,7 +211,7 @@ export class chatgpt extends plugin { break } } - await this.reply(`结束了${deleted}个中用户的对话。`, true) + await this.reply(`结束了${deleted}个用户的对话。`, true) } async deleteConversation (e) {