diff --git a/src/plugins/extraConnectionLinks/README.md b/src/plugins/extraConnectionLinks/README.md index c2af46278..f182dd7e8 100644 --- a/src/plugins/extraConnectionLinks/README.md +++ b/src/plugins/extraConnectionLinks/README.md @@ -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) diff --git a/src/plugins/extraConnectionLinks/index.ts b/src/plugins/extraConnectionLinks/index.ts index c38dbd0cd..a830c5bcf 100644 --- a/src/plugins/extraConnectionLinks/index.ts +++ b/src/plugins/extraConnectionLinks/index.ts @@ -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(), });