diff options
| author | 2019-06-21 23:58:55 +0100 | |
|---|---|---|
| committer | 2019-06-21 23:58:55 +0100 | |
| commit | a45e90c077329beed7b49ffb309441f5be80a911 (patch) | |
| tree | 87a7675ceac0dda4ebf42f38aca2b56c31da350b /bot/seasons/evergreen | |
| parent | Add icons for evergreen (diff) | |
Code review changes
Diffstat (limited to 'bot/seasons/evergreen')
| -rw-r--r-- | bot/seasons/evergreen/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bot/seasons/evergreen/__init__.py b/bot/seasons/evergreen/__init__.py index f56f687c..1a23c545 100644 --- a/bot/seasons/evergreen/__init__.py +++ b/bot/seasons/evergreen/__init__.py @@ -5,9 +5,9 @@ class Evergreen(SeasonBase): """Evergreen Seasonal event attributes.""" bot_icon = "/logos/logo_seasonal/evergreen/logo_evergreen.png" - icon = [ + 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" - ] + ) |