aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2024-09-22 23:34:00 -0700
committerPinapelz <yukais@pinapelz.com>2024-09-22 23:34:00 -0700
commit75b7e9d8f6226206a9bbfd69d6c2192ab946c038 (patch)
treeeeed75caef2e4da4495cdb70ff8409b9ce117e67
parentf0d76aab62bba2d1d5bec29f4c027ace7dafa8d1 (diff)
update metadata
-rw-r--r--DiscordToXIV/DiscordToXIV.json4
-rw-r--r--DiscordToXIV/Plugin.cs2
2 files changed, 3 insertions, 3 deletions
diff --git a/DiscordToXIV/DiscordToXIV.json b/DiscordToXIV/DiscordToXIV.json
index b4469d7..b88744c 100644
--- a/DiscordToXIV/DiscordToXIV.json
+++ b/DiscordToXIV/DiscordToXIV.json
@@ -1,8 +1,8 @@
{
"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).",
+ "Punchline": "Receive/Send Discord messages from FFXIV.",
+ "Description": "XIVToDiscord? Why not DiscordToXIV. This plugin allows you to bring Discord messages into FFXIV and send text from FFXIV to Discord!\n**Requires BetterDiscord**",
"ApplicableVersion": "any",
"Tags": [
"sample",
diff --git a/DiscordToXIV/Plugin.cs b/DiscordToXIV/Plugin.cs
index 29c7d6f..c7eb4ef 100644
--- a/DiscordToXIV/Plugin.cs
+++ b/DiscordToXIV/Plugin.cs
@@ -64,7 +64,7 @@ public sealed class Plugin : IDalamudPlugin
HelpMessage = "Set a channel ID to send messages to. Usage: /pdtxset <channel_id>"
});
- CommandManager.AddHandler("/pdtxs", new CommandInfo(SendMessageCommand)
+ CommandManager.AddHandler("/pdtxsend", new CommandInfo(SendMessageCommand)
{
HelpMessage = "Send a message to the selected channel. Usage: /pdtxs <message>"
});
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage