diff --git a/src/plugins/customRPC/index.tsx b/src/plugins/customRPC/index.tsx index a58e5426..2ec7f53f 100644 --- a/src/plugins/customRPC/index.tsx +++ b/src/plugins/customRPC/index.tsx @@ -32,7 +32,7 @@ const Colors = findByPropsLazy("profileColors"); const assetManager = mapMangledModuleLazy( "getAssetImage: size must === [number, number] for Twitch", { - getAsset: filters.byCode("apply("), + getAsset: filters.byCode("APPLICATION_ASSETS_FETCH_SUCCESS"), } );