FriendsSince: Fix broken patch

This commit is contained in:
Nuckyz 2024-07-19 00:57:03 -03:00
parent 3704c71ae1
commit 01bd41413d
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9

View file

@ -52,7 +52,7 @@ export default definePlugin({
{
find: ".PANEL}),nicknameIcons",
replacement: {
match: /USER_PROFILE_MEMBER_SINCE,.{0,100}userId:(\i\.id)}\)}\)/,
match: /BOT_PROFILE_CREATED_ON,.{0,100}userId:(\i\.id)}\)}\)/,
replace: "$&,$self.friendsSinceNew({userId:$1,isSidebar:true})"
}
},