mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-18 13:23:28 -05:00
Fix DeadMembers
This commit is contained in:
parent
45bdf0ae6c
commit
94831de711
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@ export default definePlugin({
|
||||||
{
|
{
|
||||||
find: '.BADGES=1]="BADGES"',
|
find: '.BADGES=1]="BADGES"',
|
||||||
replacement: {
|
replacement: {
|
||||||
match: /(\i)=\{className:\i.username,style:.*?onContextMenu:\i,children:.*?\};/,
|
match: /(\i)=\{className:\i.username,style:.*?onContextMenu:\i,children:.*?\},/,
|
||||||
replace: "$&$1.children=$self.wrapMessageAuthor(arguments[0],$1.children);"
|
replace: "$&__dummyvar=($1.children=$self.wrapMessageAuthor(arguments[0],$1.children)),"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue