diff options
| author | Pinapelz <donaldshan1@outlook.com> | 2024-08-26 00:57:05 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-26 00:57:05 -0700 |
| commit | b8c43fbe717d794284c6c4578c9c00ae8e26d711 (patch) | |
| tree | db3e449a3fd039b4935359eafb1f3ee9f61f5df7 /SamplePlugin/SamplePlugin.json | |
Initial commit
Diffstat (limited to 'SamplePlugin/SamplePlugin.json')
| -rw-r--r-- | SamplePlugin/SamplePlugin.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/SamplePlugin/SamplePlugin.json b/SamplePlugin/SamplePlugin.json new file mode 100644 index 0000000..c806554 --- /dev/null +++ b/SamplePlugin/SamplePlugin.json @@ -0,0 +1,12 @@ +{ + "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" + ] +} |
