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