diff --git a/src/main/java/com/alttd/proxydiscordlink/config/Config.java b/src/main/java/com/alttd/proxydiscordlink/config/Config.java index 36adecb..0ab833f 100644 --- a/src/main/java/com/alttd/proxydiscordlink/config/Config.java +++ b/src/main/java/com/alttd/proxydiscordlink/config/Config.java @@ -216,7 +216,7 @@ public final class 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 GIVE_CODE = "Your code is , To link your accounts do &link in the Discord #link channel."; + public static String GIVE_CODE = "Your code is , To link your accounts do &link in the Discord #link channel. You can join the Discord here "; private static void loadMessages() { DISCORD_MESSAGE = getList("messages.discord-message", DISCORD_MESSAGE);