From ea1f0a547fe83b837d61f77dc410cdda4a2519d1 Mon Sep 17 00:00:00 2001 From: Jerrypluay Date: Sat, 18 Oct 2025 18:39:18 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=B7=BB=E5=8A=A0=E6=B6=88=E6=81=AF?= =?UTF-8?q?=E5=8F=91=E9=80=81=E9=97=B4=E9=9A=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/ai.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/ai.js b/apps/ai.js index a0d45d0..4fb9512 100644 --- a/apps/ai.js +++ b/apps/ai.js @@ -10,6 +10,7 @@ import Group from '../lib/yunzai/group.js'; import Message from '../lib/yunzai/message.js'; import YunzaiUtils from '../lib/yunzai/utils.js'; import { segment } from 'oicq'; +import tools from "../components/tool.js"; const nickname = await ConfigControl.get('profile')?.nickName; export class crystelfAI extends plugin { @@ -317,6 +318,7 @@ async function sendResponse(e, messages) { default: logger.warn(`[crystelf-ai] 不支持的消息类型: ${message.type}`); } + await tools.sleep(40); } } catch (error) { logger.error(`[crystelf-ai] 发送回复失败: ${error.message}`);