Skip to content

Commit

Permalink
Replace Discord server links with an invite that won't expire
Browse files Browse the repository at this point in the history
  • Loading branch information
1j01 committed Apr 30, 2024
1 parent fe80344 commit a6004f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion src/menus.js
Original file line number Diff line number Diff line change
Expand Up @@ -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."),
},
Expand Down

0 comments on commit a6004f8

Please sign in to comment.