From dfcb396ce0c13b0d21028337e4c9e509195d02d3 Mon Sep 17 00:00:00 2001 From: Scragly <29337040+scragly@users.noreply.github.com> Date: Sat, 30 Mar 2019 14:13:10 +1000 Subject: Add Easter icon url and embed colour. --- bot/seasons/easter/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bot') 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" -- cgit v1.2.3