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 959f1e0e9..99b8b5b87 100644
--- a/Core/src/main/java/com/plotsquared/core/command/DebugPaste.java
+++ b/Core/src/main/java/com/plotsquared/core/command/DebugPaste.java
@@ -116,7 +116,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/Core/src/main/java/com/plotsquared/core/command/PluginCmd.java b/Core/src/main/java/com/plotsquared/core/command/PluginCmd.java
index 307fe2f65..1407cbfe6 100644
--- a/Core/src/main/java/com/plotsquared/core/command/PluginCmd.java
+++ b/Core/src/main/java/com/plotsquared/core/command/PluginCmd.java
@@ -53,7 +53,7 @@ public class PluginCmd extends SubCommand {
player.sendMessage(StaticCaption.of(
">> Wiki: https://wiki.intellectualsites.com/plotsquared/home"));
player.sendMessage(StaticCaption.of(
- ">> Discord: https://discord.gg/KxkjDVg"));
+ ">> Discord: https://discord.gg/intellectualsites"));
player.sendMessage(
StaticCaption.of(">> Premium: "),
Template.of("value", String.valueOf(PremiumVerification.isPremium()))
diff --git a/README.md b/README.md
index 8dec5b221..3f266bd9c 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/)