aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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