fix: readd invite link

fixes #81
This commit is contained in:
Crawl 2018-11-02 15:40:07 +01:00
parent aa9fcf94de
commit 84615ba513
No known key found for this signature in database
GPG key ID: E41A6DB922EC2CFE

View file

@ -6,8 +6,8 @@
<a href="https://marketplace.visualstudio.com/items?itemName=icrawl.discord-vscode"> <a href="https://marketplace.visualstudio.com/items?itemName=icrawl.discord-vscode">
<img src="https://vsmarketplacebadge.apphb.com/version/icrawl.discord-vscode.svg" alt="VS Code Marketplace"> <img src="https://vsmarketplacebadge.apphb.com/version/icrawl.discord-vscode.svg" alt="VS Code Marketplace">
</a> </a>
<a href="https://discord.gg/4aFThGU"> <a href="https://discord.gg/cZSWqAF">
<img src="https://discordapp.com/api/guilds/304034982475595776/embed.png" alt="Discord server"> <img src="https://canary.discordapp.com/api/guilds/424963290989461514/embed.png" alt="Discord server">
</a> </a>
</p> </p>
</div> </div>
@ -15,7 +15,7 @@
## Features ## Features
* Shows what you are editing in VSCode with no bullsh*t involved * Shows what you are editing in VSCode with no bullsh*t involved
* Support for over 70 of the most popular languages * Support for over 80 of the most popular languages
* Enable/Disable Rich Presence for individual workspaces (enabled by default) * Enable/Disable Rich Presence for individual workspaces (enabled by default)
* Automatic reconnect after losing internet or a discord restart / crash (defaults to 20 reconnect attempts) * Automatic reconnect after losing internet or a discord restart / crash (defaults to 20 reconnect attempts)
* Custom string support * Custom string support
@ -24,7 +24,7 @@
* Debug mode detection * Debug mode detection
* Easily manually reconnect to discord * Easily manually reconnect to discord
## The rich presence won't show after my PC has been put to sleep / after I lost internet! ## The rich presence won't show after sleep / connection issues!
It will only attempt to reconnect 20 times. It will only attempt to reconnect 20 times.
After it hit that threshold you will have to manually click the `Reconnect to Discord` button in the bottom left of the window. After it hit that threshold you will have to manually click the `Reconnect to Discord` button in the bottom left of the window.