mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
75dbe52e3e
* refactor(doctor): prefer manifest route-state owners * refactor(doctor): unify config repair declarations * refactor(doctor): unify legacy state migrations * fix(doctor): satisfy migration pipeline guards * fix(plugin-sdk): keep doctor adapter inside boundary
34 lines
639 B
JSON
34 lines
639 B
JSON
{
|
|
"id": "discord",
|
|
"doctorContract": {
|
|
"configRepair": true,
|
|
"stateMigrations": true
|
|
},
|
|
"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": {
|
|
"tools": [
|
|
"show_widget",
|
|
"discord_widget"
|
|
],
|
|
"transcriptSourceProviders": [
|
|
"discord-voice"
|
|
]
|
|
},
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|