diff --git a/src/plugins/extraConnectionLinks/README.md b/src/plugins/extraConnectionLinks/README.md index 32a34e890..80243f778 100644 --- a/src/plugins/extraConnectionLinks/README.md +++ b/src/plugins/extraConnectionLinks/README.md @@ -9,7 +9,6 @@ Allows you to open more connections in browser! ## Platform Status ### Supported Platforms * Xbox -* Roblox * Epic Games ### Platforms that will never be supported * Riot Games (Nothing made by Riot Games to view profiles online) diff --git a/src/plugins/extraConnectionLinks/index.ts b/src/plugins/extraConnectionLinks/index.ts index c761e74e1..682f49421 100644 --- a/src/plugins/extraConnectionLinks/index.ts +++ b/src/plugins/extraConnectionLinks/index.ts @@ -51,7 +51,7 @@ export default definePlugin({ return { find: "getPlatformUserUrl:", replacement: { - match: new RegExp(`(r`), + match: new RegExp("(r"), replace: `, getPlatformUserUrl:e=>{let {name, id} = e; return \`${uris[connectionTypeSelected]}\`;}` } };