Merge remote-tracking branch 'upstream/dev'

This commit is contained in:
thororen1234 2024-07-18 23:58:34 -04:00
commit 48d275d718
3 changed files with 12 additions and 12 deletions

View file

@ -53,7 +53,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})"
}
},