mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-28 12:00:01 +00:00
Move meeting notes into core transcripts, remove the bundled meeting-notes plugin/API, and require explicit transcripts.enabled before exposing the recording-capable tool.
19 lines
335 B
JSON
19 lines
335 B
JSON
{
|
|
"id": "discord",
|
|
"activation": {
|
|
"onStartup": false
|
|
},
|
|
"channels": ["discord"],
|
|
"contracts": {
|
|
"transcriptSourceProviders": ["discord-voice"]
|
|
},
|
|
"channelEnvVars": {
|
|
"discord": ["DISCORD_BOT_TOKEN"]
|
|
},
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|