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:";