WebContextMenus: Fix copy context menu

This commit is contained in:
Nuckyz 2024-11-25 20:03:34 -03:00
parent d8df96d1e3
commit 60b776669b
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9

View file

@ -216,9 +216,12 @@ export default definePlugin({
replace: "true" replace: "true"
}, },
{ {
match: /\i\.\i\.copy/, match: /\i\.\i\.copy(?=\(\i)/,
replace: "Vencord.Webpack.Common.Clipboard.copy" replace: "Vencord.Webpack.Common.Clipboard.copy"
}] }
],
all: true,
noWarn: true
}, },
// Automod add filter words // Automod add filter words
{ {