Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:53:53 +08:00
commit 4239b6b4a9
5 changed files with 206 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "my-first-plugin",
"description": "A simple greeting plugin to learn the basics. Also a translator plugin",
"version": "2.0.0",
"author": {
"name": "Your Name"
},
"commands": [
"./commands"
]
}