diff options
author | 2019-11-30 13:55:05 -0500 | |
---|---|---|
committer | 2019-11-30 13:55:05 -0500 | |
commit | 5c9fba773bb285f9b6ed1bb2cc9acf14ba086a4d (patch) | |
tree | a27be6128d51807baaec468098d8f7abf7d1d0ea | |
parent | Adding the runner icon to the rotation. (diff) | |
parent | Update 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__.py | 2 |
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", ) |