1
0
Fork 1
mirror of https://github.com/Vendicated/Vencord.git synced 2025-01-10 18:06:22 +00:00

fix errors in readme and code

This commit is contained in:
Cooper 2024-09-05 10:34:46 -05:00 committed by GitHub
parent d24afdaa20
commit 29de13fe4e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View file

@ -9,7 +9,6 @@ Allows you to open more connections in browser!
## Platform Status ## Platform Status
### Supported Platforms ### Supported Platforms
* Xbox * Xbox
* Roblox
* Epic Games * Epic Games
### Platforms that will never be supported ### Platforms that will never be supported
* Riot Games (Nothing made by Riot Games to view profiles online) * Riot Games (Nothing made by Riot Games to view profiles online)

View file

@ -51,7 +51,7 @@ export default definePlugin({
return { return {
find: "getPlatformUserUrl:", find: "getPlatformUserUrl:",
replacement: { replacement: {
match: new RegExp(`(r`), match: new RegExp("(r"),
replace: `, getPlatformUserUrl:e=>{let {name, id} = e; return \`${uris[connectionTypeSelected]}\`;}` replace: `, getPlatformUserUrl:e=>{let {name, id} = e; return \`${uris[connectionTypeSelected]}\`;}`
} }
}; };