Files
openclaw/extensions/line/openclaw.plugin.json
2026-04-06 19:53:27 +01:00

13 lines
238 B
JSON

{
"id": "line",
"channels": ["line"],
"channelEnvVars": {
"line": ["LINE_CHANNEL_ACCESS_TOKEN", "LINE_CHANNEL_SECRET"]
},
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}