11 lines
225 B
JSON
11 lines
225 B
JSON
{
|
|
"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"
|
|
]
|
|
} |