Switching from IRC to Discord

To offer us a better possibility to help you regarding issues or bugs, join us on discord https://discord.gg/ngZCzbU
This commit is contained in:
NotMyFault
2018-12-18 21:54:17 +01:00
parent d00b49aa1c
commit 5520813ae6
5 changed files with 6 additions and 7 deletions

View File

@ -160,7 +160,7 @@ public class InstallerFrame extends JFrame {
} catch (Throwable ignore) {
ignore.printStackTrace();
}
URL chat = new URL("http://webchat.esper.net/?nick=&channels=IntellectualCrafters&fg_color=000&fg_sec_color=000&bg_color=FFF");
URL chat = new URL("https://discord.gg/ngZCzbU");
URLButton chatButton = new URLButton(chat, "Chat");
bottomBar.add(chatButton);
URL wiki = new URL("https://github.com/boy0001/FastAsyncWorldedit/wiki");