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:
parent
d24afdaa20
commit
29de13fe4e
2 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -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]}\`;}`
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue