Update Discord-Server URL

The server at the old URL does no longer exist.
We decided to link to the main Discord
This commit is contained in:
Christian Koop 2022-06-29 23:43:45 +02:00
parent a3bd113ae0
commit 5c3c155f5a
No known key found for this signature in database
GPG Key ID: 89A8181384E010A3
1 changed files with 1 additions and 1 deletions

View File

@ -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();
});
}