Fix DisableCallIdle

main
TheKodeToad 6 months ago committed by Nuckyz
parent ec34412100
commit 344f8c9f03
No known key found for this signature in database
GPG Key ID: 440BF8296E1C4AD9

@ -29,7 +29,7 @@ export default definePlugin({
{
find: ".Messages.BOT_CALL_IDLE_DISCONNECT",
replacement: {
match: /,?(?=this\.idleTimeout=new \i\.Timeout)/,
match: /,?(?=\i\(this,"idleTimeout",new \i\.Timeout\))/,
replace: ";return;"
}
},

Loading…
Cancel
Save