diff options
Diffstat (limited to 'bot/seasons')
| -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  |