mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-30 19:23:29 -05:00
feat(Anammox): Update Patch
This commit is contained in:
parent
abccd0fdda
commit
e4425ca98f
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@ export default definePlugin({
|
|||
{
|
||||
find: "UsernameDecorationTypes:function()",
|
||||
replacement: {
|
||||
match: /(\i)=\{className:\i.username,style:.*?onContextMenu:\i,children:.*?\}/,
|
||||
replace: "$&,{}=$1.children=$self.wrapMessageAuthor(arguments[0],$1.children)"
|
||||
match: /(\i)=\{className:\i.username,style:.*?onContextMenu:\i,children:.*?\};/,
|
||||
replace: "$&$1.children=$self.wrapMessageAuthor(arguments[0],$1.children);"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue