Files
2025-11-30 08:41:25 +08:00

12 lines
248 B
JSON

{
"name": "hello-world",
"description": "Simple example plugin demonstrating basic slash commands",
"version": "1.0.0",
"author": {
"name": "Matthew Pazaryna",
"email": "[email protected]"
},
"commands": [
"./commands"
]
}