diff options
Diffstat (limited to 'bot/seasons')
| -rw-r--r-- | bot/seasons/easter/__init__.py | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/bot/seasons/easter/__init__.py b/bot/seasons/easter/__init__.py index bfad772d..f4e14821 100644 --- a/bot/seasons/easter/__init__.py +++ b/bot/seasons/easter/__init__.py @@ -1,3 +1,4 @@ +from bot.constants import Colours  from bot.seasons import SeasonBase @@ -15,3 +16,6 @@ class Easter(SeasonBase):      # Duration of season      start_date = "01/04"      end_date = "30/04" + +    colour = Colours.pink +    icon = "/logos/logo_seasonal/easter/easter.png" | 
