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() {