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) {
try {
fetchVencordData();
await fetchVencordData();
} catch {
// noop
}
}
if (Date.now() > questsFetch) {
try {
fetchQuestData();
await fetchQuestData();
} catch {
// noop
}