mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-14 17:13:03 -04:00
Fix plugins on new update
This commit is contained in:
parent
676f5c7e30
commit
5e1b42120c
2 changed files with 4 additions and 3 deletions
|
@ -35,7 +35,7 @@ export default definePlugin({
|
|||
}]
|
||||
},
|
||||
{
|
||||
find: "if(e.altKey){",
|
||||
find: '("interactionUsernameProfile',
|
||||
replacement: {
|
||||
match: /var \w=(\w)\.id,\w=(\w)\.id;return .{1,2}\.useCallback\(\(?function\((.{1,2})\){/,
|
||||
replace: (m, message, channel, event) =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue