From 4bcd92654330e848788319ca6a562751f4dfc095 Mon Sep 17 00:00:00 2001 From: NotMyFault Date: Mon, 9 Mar 2020 23:50:22 +0100 Subject: [PATCH] Update discord links --- .github/ISSUE_TEMPLATE/bug-issue-report-for-plotsquared.md | 2 +- .../intellectualsites/plotsquared/plot/commands/DebugPaste.java | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-issue-report-for-plotsquared.md b/.github/ISSUE_TEMPLATE/bug-issue-report-for-plotsquared.md index e95c36499..eb3ac153e 100644 --- a/.github/ISSUE_TEMPLATE/bug-issue-report-for-plotsquared.md +++ b/.github/ISSUE_TEMPLATE/bug-issue-report-for-plotsquared.md @@ -26,7 +26,7 @@ assignees: '' **Code contributions are to be done through [PRs](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request), tagging the specific issue ticket(s) if applicable.** -**[DISCORD INVITE LINK](https://discord.gg/cSMxtGn)** and please, for the love of the little sanity we have left, use the correct channels! +**[DISCORD INVITE LINK](https://discord.gg/KxkjDVg)** and please, for the love of the little sanity we have left, use the correct channels! --> # Bug Report Template: diff --git a/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/DebugPaste.java b/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/DebugPaste.java index 64934cecb..65fa10652 100644 --- a/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/DebugPaste.java +++ b/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/DebugPaste.java @@ -97,7 +97,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://github.com/IntellectualSites/PlotSquared/issues"); - b.append("\n# or via our Discord at https://discord.gg/ngZCzbU"); + b.append("\n# or via our Discord at https://discord.gg/KxkjDVg"); final IncendoPaster incendoPaster = new IncendoPaster("plotsquared"); incendoPaster.addFile(new IncendoPaster.PasteFile("information", b.toString())); diff --git a/README.md b/README.md index 3c3a8eef4..9c5df0bf4 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ is to provide a lag-free and smooth experience. ## Links * [Download](https://github.com/IntellectualSites/PlotSquared/releases/tag/dev) -* [Discord](https://discord.gg/ngZCzbU) +* [Discord](https://discord.gg/KxkjDVg) * [Wiki](https://github.com/IntellectualSites/PlotSquared/wiki) ### Developer Resources