mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-29 08:24:26 -04:00
This reverts commit 02506b77dd
.
This commit is contained in:
parent
0f3c4afc7e
commit
bec0112bee
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ export default definePlugin({
|
||||||
find: "removeRelationship:(",
|
find: "removeRelationship:(",
|
||||||
replacement: {
|
replacement: {
|
||||||
match: /(removeRelationship:\((\i),\i,\i\)=>)/,
|
match: /(removeRelationship:\((\i),\i,\i\)=>)/,
|
||||||
replace: "$1($self.removeFriend($2))||"
|
replace: "$1($self.removeFriend($2),0)||"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue