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

13 lines
224 B
JSON

{
"id": "twitch",
"channels": ["twitch"],
"channelEnvVars": {
"twitch": ["OPENCLAW_TWITCH_ACCESS_TOKEN"]
},
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}