Files
openclaw/extensions/discord/openclaw.plugin.json
Peter Steinberger cac0b2db18 refactor: move transcripts into core
Move meeting notes into core transcripts, remove the bundled meeting-notes plugin/API, and require explicit transcripts.enabled before exposing the recording-capable tool.
2026-05-26 14:51:11 +01:00

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": {}
}
}