openclaw/extensions/discord/package.json

26 lines
611 B
JSON

{
"name": "@openclaw/discord",
"version": "2026.3.14",
"description": "OpenClaw Discord channel plugin",
"type": "module",
"openclaw": {
"extensions": [
"./index.ts"
],
"setupEntry": "./setup-entry.ts",
"channel": {
"id": "discord",
"label": "Discord",
"selectionLabel": "Discord (Bot API)",
"detailLabel": "Discord Bot",
"docsPath": "/channels/discord",
"docsLabel": "discord",
"blurb": "very well supported right now.",
"systemImage": "bubble.left.and.bubble.right"
},
"release": {
"publishToNpm": true
}
}
}