aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar S. Co1 <[email protected]>2019-11-30 13:55:05 -0500
committerGravatar GitHub <[email protected]>2019-11-30 13:55:05 -0500
commit5c9fba773bb285f9b6ed1bb2cc9acf14ba086a4d (patch)
treea27be6128d51807baaec468098d8f7abf7d1d0ea
parentAdding the runner icon to the rotation. (diff)
parentUpdate icon path for 2019 festive season (diff)
Update icon path for 2019 festive season (#316)
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",
)