1
0
Fork 1
mirror of https://github.com/Vendicated/Vencord.git synced 2025-01-10 09:56:24 +00:00

Update src/plugins/noAutoUnmute/index.ts

Co-authored-by: vee <vendicated@riseup.net>
This commit is contained in:
HAHALOSAH 2024-06-18 08:08:23 +09:00 committed by GitHub
parent a9fbe67728
commit 750e9ee9eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,8 +27,8 @@ export default definePlugin({
{ {
find: "isSelfMute(){", find: "isSelfMute(){",
replacement: { replacement: {
match: /video:\i}=\i;/, match: /\(\i.mute||\i.deaf\)&&/,
replace: "$&return;" replace: "false&&"
}, },
}, },
], ],