diff --git a/openclaw.plugin.json b/openclaw.plugin.json index 019cd21..c97729b 100644 --- a/openclaw.plugin.json +++ b/openclaw.plugin.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/openclaw/openclaw/main/schemas/plugin.json", - "id": "zhidui-channel", + "id": "openclaw-zhidui-channel", "name": "智队频道", "version": "1.0.0", "description": "连接智队中枢实现多 Agent 协作", diff --git a/package-lock.json b/package-lock.json index 30cd5eb..27d4ae5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -952,13 +952,6 @@ "scripts/actions/documentation" ] }, - "node_modules/@buape/carbon/node_modules/opusscript": { - "version": "0.0.8", - "resolved": "https://registry.npmmirror.com/opusscript/-/opusscript-0.0.8.tgz", - "integrity": "sha512-VSTi1aWFuCkRCVq+tx/BQ5q9fMnQ9pVZ3JU4UHKqTkf0ED3fKEPdr+gKAAl3IA2hj9rrP6iyq3hlcJq3HELtNQ==", - "extraneous": true, - "license": "MIT" - }, "node_modules/@buape/carbon/node_modules/prism-media": { "version": "1.3.5", "resolved": "https://registry.npmmirror.com/prism-media/-/prism-media-1.3.5.tgz", @@ -1117,13 +1110,6 @@ "url": "https://github.com/discordjs/discord.js?sponsor" } }, - "node_modules/@discordjs/voice/node_modules/opusscript": { - "version": "0.0.8", - "resolved": "https://registry.npmmirror.com/opusscript/-/opusscript-0.0.8.tgz", - "integrity": "sha512-VSTi1aWFuCkRCVq+tx/BQ5q9fMnQ9pVZ3JU4UHKqTkf0ED3fKEPdr+gKAAl3IA2hj9rrP6iyq3hlcJq3HELtNQ==", - "extraneous": true, - "license": "MIT" - }, "node_modules/@discordjs/voice/node_modules/prism-media": { "version": "1.3.5", "resolved": "https://registry.npmmirror.com/prism-media/-/prism-media-1.3.5.tgz", diff --git a/src/channel.ts b/src/channel.ts index 056432c..37aad10 100644 --- a/src/channel.ts +++ b/src/channel.ts @@ -59,10 +59,10 @@ function chunkText(text: string, limit: number): string[] { * PIT Bot Channel Plugin */ export const pitBotPlugin: ChannelPlugin = { - id: "zhidui-channel", + id: "openclaw-zhidui-channel", meta: { - id: "zhidui-channel", + id: "openclaw-zhidui-channel", label: "智队频道", selectionLabel: "智队频道", docsPath: "/docs/channels/zhidui-channel",