Fix Decor patch
This commit is contained in:
parent
f922f0bc0d
commit
e3fd954512
|
@ -72,7 +72,7 @@ export default definePlugin({
|
||||||
replacement: [
|
replacement: [
|
||||||
// Add Decor avatar decoration hook to avatar decoration hook
|
// Add Decor avatar decoration hook to avatar decoration hook
|
||||||
{
|
{
|
||||||
match: /(?<=TryItOut:\i}\),)(?<=user:(\i).+?)/,
|
match: /(?<=TryItOut:\i,guildId:\i}\),)(?<=user:(\i).+?)/,
|
||||||
replace: "vcDecorAvatarDecoration=$self.useUserDecorAvatarDecoration($1),"
|
replace: "vcDecorAvatarDecoration=$self.useUserDecorAvatarDecoration($1),"
|
||||||
},
|
},
|
||||||
// Use added hook
|
// Use added hook
|
||||||
|
|
Loading…
Reference in a new issue