ShowConnections: Fix broken patch

This commit is contained in:
Nuckyz 2026-01-28 20:18:20 -03:00
parent 22e9730888
commit 0799be1b62
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9

View file

@ -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])"