Skip to content

Commit

Permalink
Changed Discord link to permalink invite to channel (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaustar authored Oct 7, 2024
1 parent 0d58bbb commit 2651bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ class Menu extends Container {
}, {
text: localize('help.discord'),
icon: 'E233',
onSelect: () => window.open('https://discord.com/channels/408617316415307776/1275850227663769686', '_blank').focus()
onSelect: () => window.open('https://discord.gg/T3pnhRTTAY', '_blank').focus()
}, {
text: localize('help.forum'),
icon: 'E432',
Expand Down

0 comments on commit 2651bff

Please sign in to comment.