QuestCompleter: Fix Spamming Notif
Some checks failed
Release / Build Equicord (push) Has been cancelled
Test / Test (push) Has been cancelled

This commit is contained in:
thororen1234 2025-06-07 20:20:53 -04:00
parent 6e79bb51b9
commit e2a686630c
No known key found for this signature in database

View file

@ -72,12 +72,12 @@ async function openCompleteQuestUI() {
break; break;
} }
await new Promise(resolve => setTimeout(resolve, interval * 1000)); await new Promise(resolve => setTimeout(resolve, interval * 1000));
showNotification({
title: `${applicationName} - Quest Completer`,
body: "Quest Completed.",
icon: icon,
});
} }
showNotification({
title: `${applicationName} - Quest Completer`,
body: "Quest Completed.",
icon: icon,
});
}; };
fn(); fn();
showNotification({ showNotification({