add images to readme, and change description.

This commit is contained in:
Cooper 2024-07-06 12:31:58 -05:00 committed by GitHub
parent 7bc3e03b52
commit 6a617016a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 12 additions and 5 deletions

View file

@ -1,12 +1,19 @@
# ExtraConnectionLinks
Allows you to open more connections in browser!
Adds the Open Profile button to connections that don't natively have it in the regular Discord client.
## Supported Platforms
## Before and After
### Before
![Shows the Roblox connection in the Discord client without the open profile button (the default).](https://github.com/Vendicated/Vencord/assets/73203995/734efd94-c61a-4f90-987d-3a4bbcc9311f)
### After
![Shows the Roblox connection in the Discord client with the open profile button.](https://github.com/Vendicated/Vencord/assets/73203995/eef59d09-78d9-4859-b722-242fc6aa7c8e)
## Platform Status
### Supported Platforms
* Xbox
* Roblox
## Planned Platforms
### Planned Platforms
* None as of currently
## Platforms that will never be supported
### Platforms that will never be supported
* Riot Games/League of Legends (Nothing made by Riot Games to view profiles online)
* Battle.net (Nothing made by Blizzard to view profiles online)
* Bungie.net (Nothing made by Bungie.net to view profiles online)

View file

@ -37,7 +37,7 @@ const serviceNames = { // What the name part in the discord code calls it.
export default definePlugin({
name: "ExtraConnectionLinks",
description: "Adds the Open Profile button to connections that don't natively have it in the regular Discord client.",
description: "Allows you to open more connections in browser!",
authors: [Devs.coopeeo],
patches: makePatches(),
});