mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-18 02:47:03 -04:00
QuestCompleter: Fix Spamming Notif
This commit is contained in:
parent
6e79bb51b9
commit
e2a686630c
1 changed files with 5 additions and 5 deletions
|
@ -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({
|
showNotification({
|
||||||
title: `${applicationName} - Quest Completer`,
|
title: `${applicationName} - Quest Completer`,
|
||||||
body: "Quest Completed.",
|
body: "Quest Completed.",
|
||||||
icon: icon,
|
icon: icon,
|
||||||
});
|
});
|
||||||
}
|
|
||||||
};
|
};
|
||||||
fn();
|
fn();
|
||||||
showNotification({
|
showNotification({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue