chore: make Discord invite non-vanity (#31991)

This commit is contained in:
Erick Zhao 2021-11-25 16:10:07 -08:00 committed by GitHub
parent 4609d4cb7a
commit b4b0667d52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -31,7 +31,7 @@ export const setDefaultApplicationMenu = () => {
{
label: 'Community Discussions',
click: async () => {
await shell.openExternal('https://discord.gg/electron');
await shell.openExternal('https://discord.com/invite/APGC3k5yaH');
}
},
{