mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-27 23:23:37 +00:00
23 lines
528 B
JSON
23 lines
528 B
JSON
{
|
|
"id": "discord",
|
|
"name": "Discord",
|
|
"description": "OpenClaw Discord channel plugin for channels, DMs, commands, and app events.",
|
|
"icon": "https://cdn.simpleicons.org/discord",
|
|
"skills": ["./skills"],
|
|
"activation": {
|
|
"onStartup": false
|
|
},
|
|
"channels": ["discord"],
|
|
"contracts": {
|
|
"transcriptSourceProviders": ["discord-voice"]
|
|
},
|
|
"channelEnvVars": {
|
|
"discord": ["DISCORD_BOT_TOKEN"]
|
|
},
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|