Files
openclaw/extensions/line/openclaw.plugin.json
T

13 lines
238 B
JSON
Raw Normal View History

2026-01-25 07:22:36 -05:00
{
"id": "line",
2026-01-31 21:13:13 +09:00
"channels": ["line"],
"channelEnvVars": {
"line": ["LINE_CHANNEL_ACCESS_TOKEN", "LINE_CHANNEL_SECRET"]
},
2026-01-25 07:22:36 -05:00
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}