From 0c5a5e8eb84f3177e2fda934a0f589b14be0a2f6 Mon Sep 17 00:00:00 2001 From: Err0rCM <68117733+Err0rCM@users.noreply.github.com> Date: Sat, 29 Apr 2023 18:46:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=89=E5=85=B3=E7=A7=81=E8=81=8A=E5=BD=B1?= =?UTF-8?q?=E5=93=8D=E5=85=B6=E4=BB=96=E5=8A=9F=E8=83=BD=E4=BD=93=E6=84=9F?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98=20(#387)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #369 关于此issue的问题 --- apps/chat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/chat.js b/apps/chat.js index 94b109d..c9782f1 100644 --- a/apps/chat.js +++ b/apps/chat.js @@ -651,7 +651,7 @@ export class chatgpt extends plugin { */ async chatgpt (e) { if (!e.isMaster && e.isPrivate && !Config.enablePrivateChat) { - await this.reply('ChatGpt私聊通道已关闭。') + // await this.reply('ChatGpt私聊通道已关闭。') return false } if (e.isGroup) {