diff --git a/src/main/java/com/songoda/epicheads/gui/GUIOverview.java b/src/main/java/com/songoda/epicheads/gui/GUIOverview.java index 6f13639..1aba898 100644 --- a/src/main/java/com/songoda/epicheads/gui/GUIOverview.java +++ b/src/main/java/com/songoda/epicheads/gui/GUIOverview.java @@ -96,7 +96,7 @@ public class GUIOverview extends Gui { plugin.getLocale().getMessage("gui.overview.discord").getMessage(), plugin.getLocale().getMessage("gui.overview.discordlore").getMessage().split("\\|")), (event) -> { - plugin.getLocale().newMessage("&9https://discord.gg/A9TRJQb").sendPrefixedMessage(player); + plugin.getLocale().newMessage("&9https://songoda.com/discord").sendPrefixedMessage(player); exit(); }); }