From 7220b18baf1bbada4be542145315f5ae90b7d3b7 Mon Sep 17 00:00:00 2001 From: sco1 Date: Sun, 31 Mar 2019 11:35:00 -0400 Subject: Bump Easter event 1 day to accommodate April Fools --- bot/seasons/easter/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot') diff --git a/bot/seasons/easter/__init__.py b/bot/seasons/easter/__init__.py index a816fe08..83d12ead 100644 --- a/bot/seasons/easter/__init__.py +++ b/bot/seasons/easter/__init__.py @@ -26,7 +26,7 @@ class Easter(SeasonBase): greeting = "Happy Easter!" # Duration of season - start_date = "01/04" + start_date = "02/04" end_date = "30/04" colour = Colours.pink -- cgit v1.2.3