mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-17 18:37:04 -04:00
Fix most plugins
This commit is contained in:
parent
57f3feba68
commit
8ba9c96f20
4 changed files with 27 additions and 22 deletions
|
@ -36,7 +36,7 @@ export default definePlugin({
|
|||
patches: [{
|
||||
find: "open-native-link",
|
||||
replacement: {
|
||||
match: /key:"open-native-link".{0,200}\(\{href:(.{0,3}),.{0,200}\}\)/,
|
||||
match: /id:"open-native-link".{0,200}\(\{href:(.{0,3}),.{0,200}\},"open-native-link"\)/,
|
||||
replace: (m, src) =>
|
||||
`${m},Vencord.Plugins.plugins.ReverseImageSearch.makeMenu(${src}, arguments[2])`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue