mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-16 18:07:02 -04:00
Fix Both Bad Patches
This commit is contained in:
parent
7263093502
commit
22316a9610
2 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ export default definePlugin({
|
|||
{
|
||||
find: ".DELETE,onClick(){let",
|
||||
replacement: {
|
||||
match: /let \i=(\i).toString\(\)/,
|
||||
match: /let \i=(\i).guild.toString\(\)/,
|
||||
replace: "$self.HandleGuildDeleteModal($1);return;$&"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue