mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-18 13:30:48 +00:00
13 lines
236 B
JSON
13 lines
236 B
JSON
{
|
|
"name": "@openclaw/discord",
|
|
"version": "2026.3.14",
|
|
"description": "OpenClaw Discord channel plugin",
|
|
"type": "module",
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
],
|
|
"setupEntry": "./setup-entry.ts"
|
|
}
|
|
}
|