From bdde2970a222ffe5c39cf5cc15c3111dcdee78c0 Mon Sep 17 00:00:00 2001 From: kwzrd Date: Fri, 29 Nov 2019 23:15:49 +0100 Subject: Update icon path for 2019 festive season --- bot/seasons/christmas/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot') 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", ) -- cgit v1.2.3