userinfo: these were never awaited guh

This commit is contained in:
Cynthia Foxwell 2025-07-09 13:04:28 -06:00
parent 9475cee163
commit f6f7bf3d1f
Signed by: Cynosphere
SSH key fingerprint: SHA256:H3SM8ufP/uxqLwKSH7xY89TDnbR9uOHzjLoBr0tlajk

View file

@ -108,14 +108,14 @@ userinfo.callback = async function (msg, line) {
if (Date.now() > vencordFetch) { if (Date.now() > vencordFetch) {
try { try {
fetchVencordData(); await fetchVencordData();
} catch { } catch {
// noop // noop
} }
} }
if (Date.now() > questsFetch) { if (Date.now() > questsFetch) {
try { try {
fetchQuestData(); await fetchQuestData();
} catch { } catch {
// noop // noop
} }