From b6630b2639fe3ba95059a2d8335067525a229327 Mon Sep 17 00:00:00 2001 From: Teriuihi Date: Fri, 9 Aug 2024 22:54:47 +0200 Subject: [PATCH] Update command syntax in Discord link message Fixed the command syntax in the DISCORD_LINK message to use the correct run_command format. This ensures that users can link their Minecraft and Discord accounts by clicking the message. --- src/main/java/com/alttd/proxydiscordlink/config/Config.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/alttd/proxydiscordlink/config/Config.java b/src/main/java/com/alttd/proxydiscordlink/config/Config.java index 6933e20..36adecb 100644 --- a/src/main/java/com/alttd/proxydiscordlink/config/Config.java +++ b/src/main/java/com/alttd/proxydiscordlink/config/Config.java @@ -215,7 +215,7 @@ public final class Config { public static String HELP_RELOAD = "/discord reload: Reload the config."; public static String HELP_SYNC = "/discord sync: Manually synchronize your roles across Discord and Minecraft."; public static List DISCORD_MESSAGE = new ArrayList<>(List.of("Invite code here.")); - public static String DISCORD_LINK = "Your Minecraft and Discord accounts aren't linked yet, to link them click this message!"; + public static String DISCORD_LINK = "Your Minecraft and Discord accounts aren't linked yet, to link them click this message!"; public static String GIVE_CODE = "Your code is , To link your accounts do &link in the Discord #link channel."; private static void loadMessages() {