Skip to content

Commit

Permalink
adjust hours to something a little more realistic and fair
Browse files Browse the repository at this point in the history
  • Loading branch information
techpixel committed Apr 28, 2024
1 parent 58d6765 commit 01718ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/subroutines/events/powerHour.ts
Expand Up @@ -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:";
Expand Down

0 comments on commit 01718ff

Please sign in to comment.