Some Fixes

This commit is contained in:
thororen1234 2024-06-19 12:44:47 -04:00
parent 7adcfaa735
commit 319a058286
9 changed files with 37 additions and 176 deletions

View file

@ -56,10 +56,6 @@ export default definePlugin({
{
match: /(getUserAvatarURL:)(\i),/,
replace: "$1$self.getAvatarHook($2),"
},
{
match: /(getUserAvatarURL:\i\(\){return )(\i)}/,
replace: "$1$self.getAvatarHook($2)}"
}
]
}