1
0
Fork 1
mirror of https://github.com/Vendicated/Vencord.git synced 2025-01-26 17:26:22 +00:00

Fix CustomRPC (#1846)

This commit is contained in:
Erik 2023-10-25 14:40:17 +02:00 committed by Luna
parent 88b0844e12
commit fa4cf03a67

View file

@ -32,7 +32,7 @@ const Colors = findByPropsLazy("profileColors");
const assetManager = mapMangledModuleLazy( const assetManager = mapMangledModuleLazy(
"getAssetImage: size must === [number, number] for Twitch", "getAssetImage: size must === [number, number] for Twitch",
{ {
getAsset: filters.byCode("apply("), getAsset: filters.byCode("APPLICATION_ASSETS_FETCH_SUCCESS"),
} }
); );