mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 18:50:43 +00:00
16 lines
274 B
JSON
16 lines
274 B
JSON
{
|
|
"id": "clickclack",
|
|
"activation": {
|
|
"onStartup": false
|
|
},
|
|
"channels": ["clickclack"],
|
|
"channelEnvVars": {
|
|
"clickclack": ["CLICKCLACK_BOT_TOKEN"]
|
|
},
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|