diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-09-14 20:28:18 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-09-14 20:28:18 -0700 |
| commit | d00b782c7fa6b4b4e68754293a3236e35ed7ff90 (patch) | |
| tree | 914f331623c73e866291fdbf60eb83dde9a52f36 /DiscordToXIV/DiscordToXIV.json | |
| parent | 610015a68d7ad9580c7ac9dc427ccace650a9b9e (diff) | |
implement initial BD websocket receiver
Diffstat (limited to 'DiscordToXIV/DiscordToXIV.json')
| -rw-r--r-- | DiscordToXIV/DiscordToXIV.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/DiscordToXIV/DiscordToXIV.json b/DiscordToXIV/DiscordToXIV.json new file mode 100644 index 0000000..b4469d7 --- /dev/null +++ b/DiscordToXIV/DiscordToXIV.json @@ -0,0 +1,12 @@ +{ + "Author": "pinapelz", + "Name": "DiscordToXIV", + "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" + ] +} |
