Skip to content

Commit

Permalink
Fix DisableCallIdle
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKodeToad committed Mar 28, 2024
1 parent 82ab3ad commit c0fc3b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/disableCallIdle/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;"
}
},
Expand Down

0 comments on commit c0fc3b1

Please sign in to comment.