From 22be81b5cb177063130fadd637b0b3946f3bc83d Mon Sep 17 00:00:00 2001 From: NotMyFault Date: Tue, 16 Feb 2021 23:50:53 +0100 Subject: [PATCH] Switch to vanity url --- Core/src/main/java/com/plotsquared/core/command/DebugPaste.java | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Core/src/main/java/com/plotsquared/core/command/DebugPaste.java b/Core/src/main/java/com/plotsquared/core/command/DebugPaste.java index 55deff92f..e88869ead 100644 --- a/Core/src/main/java/com/plotsquared/core/command/DebugPaste.java +++ b/Core/src/main/java/com/plotsquared/core/command/DebugPaste.java @@ -104,7 +104,7 @@ public class DebugPaste extends SubCommand { b.append("# Okay :D Great. You are now ready to create your bug report!"); b.append( "\n# You can do so at https://issues.intellectualsites.com/projects/ps"); - b.append("\n# or via our Discord at https://discord.gg/KxkjDVg"); + b.append("\n# or via our Discord at https://discord.gg/intellectualsites"); final IncendoPaster incendoPaster = new IncendoPaster("plotsquared"); incendoPaster.addFile(new IncendoPaster.PasteFile("information", b.toString())); diff --git a/README.md b/README.md index 1d8614201..71c4c3f46 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ is to provide a lag-free and smooth experience. ## Links * [Download](https://www.spigotmc.org/resources/plotsquared-v5.77506/) -* [Discord](https://discord.gg/KxkjDVg) +* [Discord](https://discord.gg/intellectualsites) * [Wiki](https://wiki.intellectualsites.com/plotsquared/home) * [Issues](https://issues.intellectualsites.com/projects/ps) * [Translations](https://intellectualsites.crowdin.com/plotsquared/)