From af18afad7a97bafd2714b9adad928d6f97b2f6f6 Mon Sep 17 00:00:00 2001 From: Josh Roy <10731363+JRoy@users.noreply.github.com> Date: Thu, 18 Aug 2022 23:42:57 -0400 Subject: [PATCH] Fix discord url link message (#5079) --- Essentials/src/main/resources/messages.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Essentials/src/main/resources/messages.properties b/Essentials/src/main/resources/messages.properties index 124774d6c..daa9ef0ae 100644 --- a/Essentials/src/main/resources/messages.properties +++ b/Essentials/src/main/resources/messages.properties @@ -253,7 +253,7 @@ discordCommandListArgumentGroup=A specific group to limit your search by discordCommandMessageDescription=Messages a player on the Minecraft server. discordCommandMessageArgumentUsername=The player to send the message to discordCommandMessageArgumentMessage=The message to send to the player -discordErrorCommand=You added your bot to your server incorrectly. Please follow the tutorial in the config and add your bot using https://essentialsx.net/discord.html! +discordErrorCommand=You added your bot to your server incorrectly! Please follow the tutorial in the config and add your bot using https://essentialsx.net/discord.html discordErrorCommandDisabled=That command is disabled! discordErrorLogin=An error occurred while logging into Discord, which has caused the plugin to disable itself: \n{0} discordErrorLoggerInvalidChannel=Discord console logging has been disabled due to an invalid channel definition! If you intend to disable it, set the channel ID to "none"; otherwise check that your channel ID is correct.