From fbc2dbe78189dcfe9dc907058770e951730995bd Mon Sep 17 00:00:00 2001 From: sadan4 <117494111+sadan4@users.noreply.github.com> Date: Tue, 9 Sep 2025 22:36:34 -0400 Subject: [PATCH] FakeNitro: fix nitro themes not working for some users (#3666) --- src/plugins/fakeNitro/index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/plugins/fakeNitro/index.tsx b/src/plugins/fakeNitro/index.tsx index 370d6857..bb9a6daa 100644 --- a/src/plugins/fakeNitro/index.tsx +++ b/src/plugins/fakeNitro/index.tsx @@ -276,6 +276,8 @@ export default definePlugin({ // Allow users to use custom client themes { find: "customUserThemeSettings:{", + // Discord has two separate modules for treatments 1 and 2 + all: true, replacement: { match: /(?<=\i=)\(0,\i\.\i\)\(\i\.\i\.TIER_2\)(?=,|;)/g, replace: "true"