13 lines
308 B
JSON
13 lines
308 B
JSON
|
{
|
||
|
"Author": "your name here",
|
||
|
"Name": "Sample Plugin",
|
||
|
"Punchline": "A short one-liner that shows up in /xlplugins.",
|
||
|
"Description": "A description that shows up in /xlplugins. List any major slash-command(s).",
|
||
|
"ApplicableVersion": "any",
|
||
|
"Tags": [
|
||
|
"sample",
|
||
|
"plugin",
|
||
|
"goats"
|
||
|
]
|
||
|
}
|