mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-28 15:17:13 +00:00
21 lines
453 B
JSON
21 lines
453 B
JSON
{
|
|
"id": "discord",
|
|
"name": "Discord",
|
|
"description": "OpenClaw Discord channel plugin for channels, DMs, commands, and app events.",
|
|
"activation": {
|
|
"onStartup": false
|
|
},
|
|
"channels": ["discord"],
|
|
"contracts": {
|
|
"transcriptSourceProviders": ["discord-voice"]
|
|
},
|
|
"channelEnvVars": {
|
|
"discord": ["DISCORD_BOT_TOKEN"]
|
|
},
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|