From e1e49248feb9c0e63d59d7894a8ddcdbbc17805a Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Thu, 3 Apr 2025 16:44:05 -0400 Subject: [PATCH] All Fixes --- src/plugins/_api/serverList.ts | 2 +- src/plugins/customidle/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/_api/serverList.ts b/src/plugins/_api/serverList.ts index 00bf3054..37ed626a 100644 --- a/src/plugins/_api/serverList.ts +++ b/src/plugins/_api/serverList.ts @@ -39,7 +39,7 @@ export default definePlugin({ replace: "Vencord.Api.ServerList.renderAll(Vencord.Api.ServerList.ServerListRenderPosition.In).concat($&)" }, { - match: /discoveryIcon\}\)\}\)\]/, + match: /children:\i\}\)\]/, replace: "$&.concat(Vencord.Api.ServerList.renderAll(Vencord.Api.ServerList.ServerListRenderPosition.Below))" } ] diff --git a/src/plugins/customidle/index.ts b/src/plugins/customidle/index.ts index 97a77973..77e7d4e9 100644 --- a/src/plugins/customidle/index.ts +++ b/src/plugins/customidle/index.ts @@ -49,7 +49,7 @@ export default definePlugin({ replace: "$self.handleOnline()" }, { - match: /(setInterval\(\i,\.25\*)\i\.\i/, + match: /(setInterval\(\i,30\*)\i\.\i\.Millis\.SECOND/, replace: "$1$self.getIntervalDelay()" // For web installs } ]