chore: make Discord invite non-vanity (#31991)
This commit is contained in:
		
					parent
					
						
							
								4609d4cb7a
							
						
					
				
			
			
				commit
				
					
						b4b0667d52
					
				
			
		
					 3 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -2,7 +2,7 @@
 | 
			
		|||
 | 
			
		||||
[](https://circleci.com/gh/electron/electron/tree/main)
 | 
			
		||||
[](https://ci.appveyor.com/project/electron-bot/electron-ljo26/branch/main)
 | 
			
		||||
[](https://discord.com/invite/electron)
 | 
			
		||||
[](https://discord.com/invite/APGC3k5yaH)
 | 
			
		||||
 | 
			
		||||
:memo: Available Translations: 🇨🇳 🇧🇷 🇪🇸 🇯🇵 🇷🇺 🇫🇷 🇺🇸 🇩🇪.
 | 
			
		||||
View these docs in other languages at [electron/i18n](https://github.com/electron/i18n/tree/master/content/).
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -10,7 +10,7 @@ for answers to questions,
 | 
			
		|||
or to join in discussion with other developers who use Electron,
 | 
			
		||||
you can interact with the community in these locations:
 | 
			
		||||
 | 
			
		||||
* [`Electron's Discord`](https://discord.com/invite/electron) has channels for:
 | 
			
		||||
* [Electron's Discord server](https://discord.com/invite/APGC3k5yaH) has channels for:
 | 
			
		||||
  * Getting help
 | 
			
		||||
  * Ecosystem apps like [Electron Forge](https://github.com/electron-userland/electron-forge) and [Electron Fiddle](https://github.com/electron/fiddle)
 | 
			
		||||
  * Sharing ideas with other Electron app developers
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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');
 | 
			
		||||
        }
 | 
			
		||||
      },
 | 
			
		||||
      {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue