mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-17 10:27:03 -04:00
fix(plugins): PronounDB, ViewIcons, WebhookTags, NoBlockedMessages, BetterGifAltText, MessageAccessories
This commit is contained in:
parent
f3aba3edb0
commit
1176896a1b
10 changed files with 86 additions and 44 deletions
|
@ -29,7 +29,7 @@ export default definePlugin({
|
|||
{
|
||||
find: "onCloseImage=",
|
||||
replacement: {
|
||||
match: /(return .{1,2}\.createElement.{0,50}isWindowFocused)/,
|
||||
match: /(return.{0,10}\.jsx.{0,50}isWindowFocused)/,
|
||||
replace:
|
||||
"Vencord.Plugins.plugins.BetterGifAltText.altify(e);$1",
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue