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) {