From a6004f8290eae03ece4a7d449a5cd66ef7076b45 Mon Sep 17 00:00:00 2001 From: Isaiah Odhner Date: Tue, 30 Apr 2024 16:17:25 -0400 Subject: [PATCH] Replace Discord server links with an invite that won't expire --- README.md | 2 +- src/menus.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 688a5564..41741841 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # [![](images/icons/32x32.png) JS Paint](https://jspaint.app) A pixel-perfect web-based MS Paint remake and more... [Try it out!](https://jspaint.app) -Then join the [Discord server](https://discord.gg/Q2AHv7VM) to say hi! +Then join the [Discord server](https://discord.gg/SyFweYjTKx) to say hi! JS Paint recreates every tool and menu of MS Paint, and even [little-known features](#did-you-know), to a high degree of fidelity. diff --git a/src/menus.js b/src/menus.js index 3de033d4..e36d4a12 100644 --- a/src/menus.js +++ b/src/menus.js @@ -1329,7 +1329,7 @@ const menus = { "chat on discord", "discord server", "discord community", "join the discord", "join discord", "visit the discord", "visit discord", "discord chat", ], action: () => { - window.open("https://discord.gg/Q2AHv7VM"); + window.open("https://discord.gg/SyFweYjTKx"); }, description: localize("Joins the community on Discord."), },