From 5cda5215833953614750271e7a6ee81851460a43 Mon Sep 17 00:00:00 2001 From: sliverp Date: Tue, 3 Feb 2026 21:17:17 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=20QQ=20Bot=20?= =?UTF-8?q?=E6=8F=92=E4=BB=B6=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.ts b/index.ts index fd5ec4a..97185b2 100644 --- a/index.ts +++ b/index.ts @@ -6,8 +6,8 @@ import { setQQBotRuntime } from "./src/runtime.js"; const plugin = { id: "qqbot", - name: "QQ Bot (Stream)", - description: "QQ Bot channel plugin with streaming message support", + name: "QQ Bot", + description: "QQ Bot channel plugin", configSchema: emptyPluginConfigSchema(), register(api: OpenClawPluginApi) { setQQBotRuntime(api.runtime);