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."), },