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:
parent
a9fbe67728
commit
750e9ee9eb
1 changed files with 2 additions and 2 deletions
|
@ -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&&"
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue