Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:41:25 +08:00
commit c6e9bf3c90
4 changed files with 405 additions and 0 deletions

View File

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