1
0
Fork 1
mirror of https://github.com/Vendicated/Vencord.git synced 2025-01-10 01:46:23 +00:00

Fix CustomRPC (#1846)

This commit is contained in:
Erik 2023-10-25 14:40:17 +02:00 committed by V
parent 4beef9f73b
commit cb93c11e16

View file

@ -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"),
}
);