diff --git a/plugin/openclaw.plugin.json b/plugin/openclaw.plugin.json index d10f3e5..1cb7fab 100644 --- a/plugin/openclaw.plugin.json +++ b/plugin/openclaw.plugin.json @@ -24,7 +24,8 @@ "discordControlApiToken": { "type": "string" }, "discordControlCallerId": { "type": "string" }, "enableDebugLogs": { "type": "boolean", "default": false }, - "debugLogChannelIds": { "type": "array", "items": { "type": "string" }, "default": [] } + "debugLogChannelIds": { "type": "array", "items": { "type": "string" }, "default": [] }, + "moderatorBotToken": { "type": "string" } }, "required": ["noReplyProvider", "noReplyModel"] }