diff options
author | 2019-06-21 20:07:22 +0100 | |
---|---|---|
committer | 2019-06-21 20:07:22 +0100 | |
commit | 4aae9e30b658e34a77d6322c63621ff6d8adc29d (patch) | |
tree | b8c3b2ddbe168992108a87a2ef8ce6e5aa358d97 | |
parent | Fix new season not being reassigned and loaded (diff) |
Add icons for evergreen
-rw-r--r-- | bot/seasons/evergreen/__init__.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bot/seasons/evergreen/__init__.py b/bot/seasons/evergreen/__init__.py index ac32c199..f56f687c 100644 --- a/bot/seasons/evergreen/__init__.py +++ b/bot/seasons/evergreen/__init__.py @@ -5,3 +5,9 @@ class Evergreen(SeasonBase): """Evergreen Seasonal event attributes.""" bot_icon = "/logos/logo_seasonal/evergreen/logo_evergreen.png" + icon = [ + "/logos/logo_animated/heartbeat/heartbeat.gif", + "/logos/logo_animated/spinner/spinner.gif", + "/logos/logo_animated/tongues/tongues.gif", + "/logos/logo_animated/winky/winky.gif" + ] |