diff options
author | 2019-03-31 11:35:00 -0400 | |
---|---|---|
committer | 2019-03-31 11:35:00 -0400 | |
commit | 7220b18baf1bbada4be542145315f5ae90b7d3b7 (patch) | |
tree | 99612627e63ff61e3076cf22e385c37326a5d38e | |
parent | Add cog unload docstring (diff) |
Bump Easter event 1 day to accommodate April Fools
-rw-r--r-- | bot/seasons/easter/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |