aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar kwzrd <[email protected]>2019-11-29 23:15:49 +0100
committerGravatar kwzrd <[email protected]>2019-11-29 23:15:49 +0100
commitbdde2970a222ffe5c39cf5cc15c3111dcdee78c0 (patch)
treea27be6128d51807baaec468098d8f7abf7d1d0ea
parentAdding the runner icon to the rotation. (diff)
Update icon path for 2019 festive season
-rw-r--r--bot/seasons/christmas/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/seasons/christmas/__init__.py b/bot/seasons/christmas/__init__.py
index ae93800e..6f6efe51 100644
--- a/bot/seasons/christmas/__init__.py
+++ b/bot/seasons/christmas/__init__.py
@@ -22,5 +22,5 @@ class Christmas(SeasonBase):
colour = Colours.dark_green
icon = (
- "/logos/logo_seasonal/christmas/festive.png",
+ "/logos/logo_seasonal/christmas/2019/festive_512.gif",
)