docs: 更新 QQ Bot 插件描述
This commit is contained in:
4
index.ts
4
index.ts
@@ -6,8 +6,8 @@ import { setQQBotRuntime } from "./src/runtime.js";
|
|||||||
|
|
||||||
const plugin = {
|
const plugin = {
|
||||||
id: "qqbot",
|
id: "qqbot",
|
||||||
name: "QQ Bot (Stream)",
|
name: "QQ Bot",
|
||||||
description: "QQ Bot channel plugin with streaming message support",
|
description: "QQ Bot channel plugin",
|
||||||
configSchema: emptyPluginConfigSchema(),
|
configSchema: emptyPluginConfigSchema(),
|
||||||
register(api: OpenClawPluginApi) {
|
register(api: OpenClawPluginApi) {
|
||||||
setQQBotRuntime(api.runtime);
|
setQQBotRuntime(api.runtime);
|
||||||
|
|||||||
Reference in New Issue
Block a user