mirror of
https://fastgit.cc/github.com/openclaw/openclaw
synced 2026-04-30 22:12:32 +08:00
16 lines
262 B
JSON
16 lines
262 B
JSON
{
|
|
"id": "discord",
|
|
"activation": {
|
|
"onStartup": false
|
|
},
|
|
"channels": ["discord"],
|
|
"channelEnvVars": {
|
|
"discord": ["DISCORD_BOT_TOKEN"]
|
|
},
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|