From d00b782c7fa6b4b4e68754293a3236e35ed7ff90 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Sat, 14 Sep 2024 20:28:18 -0700 Subject: implement initial BD websocket receiver --- DiscordToXIV/DiscordToXIV.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 DiscordToXIV/DiscordToXIV.json (limited to 'DiscordToXIV/DiscordToXIV.json') 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" + ] +} -- cgit v1.2.3