fix reporter

This commit is contained in:
Nuckyz 2024-05-28 17:49:20 -03:00
parent 6bbd91fafc
commit 011b375d02
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9

View file

@ -530,8 +530,8 @@ async function runtime(token: string) {
result = findResult; result = findResult;
} }
if (findResult[Vencord.Util.proxyInnerGet] != null) { if (findResult[Vencord.Util.SYM_PROXY_INNER_GET] != null) {
result = findResult[Vencord.Util.proxyInnerValue]; result = findResult[Vencord.Util.SYM_PROXY_INNER_VALUE];
} }
if (findResult.$$vencordInner != null) { if (findResult.$$vencordInner != null) {