openclaw-plugin-wecom 0.3.3 → 0.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -807,7 +807,7 @@ async function deliverWecomReply({ payload, account, responseUrl, senderId, stre
|
|
|
807
807
|
// =============================================================================
|
|
808
808
|
|
|
809
809
|
const plugin = {
|
|
810
|
-
id: "wecom",
|
|
810
|
+
id: "openclaw-plugin-wecom",
|
|
811
811
|
name: "Enterprise WeChat",
|
|
812
812
|
description: "Enterprise WeChat AI Bot channel plugin for OpenClaw",
|
|
813
813
|
configSchema: { type: "object", additionalProperties: false, properties: {} },
|