From 01718ffccb892b76c7f1813a40d39ab5c2985591 Mon Sep 17 00:00:00 2001 From: techpixel Date: Sun, 28 Apr 2024 13:55:17 -0500 Subject: [PATCH] adjust hours to something a little more realistic and fair --- src/subroutines/events/powerHour.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/subroutines/events/powerHour.ts b/src/subroutines/events/powerHour.ts index 564082a..616fa16 100644 --- a/src/subroutines/events/powerHour.ts +++ b/src/subroutines/events/powerHour.ts @@ -17,7 +17,7 @@ class PowerHour implements BasePicnic { ID = POWERHOUR_ID; START_TIME = new Date("2024-04-27T06:00:00-0500"); - END_TIME = new Date("2024-05-04T12:00:00-0500"); + END_TIME = new Date("2024-05-04T23:59:00-0500"); CUSTOM_NAME = "powerhour.exe"; CUSTOM_EMOJI = ":hourglass_flowing_sand:";