mirror of
https://github.com/System-End/Vencord.git
synced 2026-04-19 20:55:13 +00:00
ShowConnections: Fix broken patch
This commit is contained in:
parent
22e9730888
commit
0799be1b62
1 changed files with 1 additions and 1 deletions
|
|
@ -160,7 +160,7 @@ export default definePlugin({
|
|||
|
||||
patches: [
|
||||
{
|
||||
find: "UserProfilePopoutBody",
|
||||
find: /\.POPOUT,onClose:\i}\),nicknameIcons:.+?\.isProvisional/,
|
||||
replacement: {
|
||||
match: /userId:\i\.id,guild:\i\}\)(?=])/,
|
||||
replace: "$&,$self.profilePopoutComponent(arguments[0])"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue