From a1b53c9de768c58417efa746dfdba3bdfea7dc17 Mon Sep 17 00:00:00 2001 From: ikechan8370 Date: Fri, 3 Mar 2023 21:00:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=96=87=E6=9C=AC?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/chat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {