Add new modules and configurations for HyprPanel and related components
This commit is contained in:
@@ -54,6 +54,7 @@ function checkChallengeState() {
|
||||
|
||||
if (stateDate === today) {
|
||||
if (floorsSurvived < 25) {
|
||||
/*
|
||||
if (floorsSurvived === 0) {
|
||||
sendReminderNotification();
|
||||
} else {
|
||||
@@ -62,6 +63,8 @@ function checkChallengeState() {
|
||||
if (hoursLeft <= 4) {
|
||||
sendSpamNotifications();
|
||||
}
|
||||
*/
|
||||
sendReminderNotification();
|
||||
}
|
||||
} else {
|
||||
sendReminderNotification();
|
||||
|
||||
Reference in New Issue
Block a user