12 lines
248 B
JSON
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"
|
|
]
|
|
} |