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
### Supported Platforms
* Xbox
* Roblox
* Epic Games
### Platforms that will never be supported
* Riot Games (Nothing made by Riot Games to view profiles online)

View file

@ -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]}\`;}`
}
};