mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-10 18:06:22 +00:00
add images to readme, and change description.
This commit is contained in:
parent
7bc3e03b52
commit
6a617016a7
2 changed files with 12 additions and 5 deletions
|
@ -1,12 +1,19 @@
|
||||||
# ExtraConnectionLinks
|
# 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.
|
## Before and After
|
||||||
## Supported Platforms
|
### 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
|
* Xbox
|
||||||
* Roblox
|
* Roblox
|
||||||
## Planned Platforms
|
### Planned Platforms
|
||||||
* None as of currently
|
* 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)
|
* Riot Games/League of Legends (Nothing made by Riot Games to view profiles online)
|
||||||
* Battle.net (Nothing made by Blizzard 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)
|
* Bungie.net (Nothing made by Bungie.net to view profiles online)
|
||||||
|
|
|
@ -37,7 +37,7 @@ const serviceNames = { // What the name part in the discord code calls it.
|
||||||
|
|
||||||
export default definePlugin({
|
export default definePlugin({
|
||||||
name: "ExtraConnectionLinks",
|
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],
|
authors: [Devs.coopeeo],
|
||||||
patches: makePatches(),
|
patches: makePatches(),
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue