From c0ed3a4a53d74159891d0970ec76931cb135acd2 Mon Sep 17 00:00:00 2001 From: Proito <53973735+Proito666@users.noreply.github.com> Date: Thu, 24 Apr 2025 02:44:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=B4=E6=97=B6=E4=BC=9A=E8=AF=9D=E4=BC=9A?= =?UTF-8?q?=E8=A7=A6=E5=8F=91=E4=BC=AA=E4=BA=BA=E6=A8=A1=E5=BC=8F=E7=9A=84?= =?UTF-8?q?bug?= 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 1a3e7ca..83212cd 100644 --- a/apps/chat.js +++ b/apps/chat.js @@ -486,7 +486,7 @@ export class chatgpt extends plugin { if (!msg || e.msg?.startsWith('#')) { return false } - if ((e.isGroup || e.group_id) && !(e.atme || e.atBot || (e.at === e.self_id))) { + if ((e.isGroup) && !(e.atme || e.atBot || (e.at === e.self_id))) { return false } if (e.user_id == getUin(e)) return false