diff options
| author | 2019-11-28 18:36:04 +0530 | |
|---|---|---|
| committer | 2019-11-28 18:36:04 +0530 | |
| commit | adf81472c3509e380ef06b53d699bbcedcd04aaf (patch) | |
| tree | 6c1e75b409343e76129917c686a32c7fe85475f1 /bot/seasons/evergreen/__init__.py | |
| parent | Grammar fixes (diff) | |
| parent | Add the new blinky server guild icon (#314) (diff) | |
Merge branch 'master' into quiz_fix
Diffstat (limited to 'bot/seasons/evergreen/__init__.py')
| -rw-r--r-- | bot/seasons/evergreen/__init__.py | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/bot/seasons/evergreen/__init__.py b/bot/seasons/evergreen/__init__.py index b95f3528..c2746552 100644 --- a/bot/seasons/evergreen/__init__.py +++ b/bot/seasons/evergreen/__init__.py @@ -6,8 +6,11 @@ class Evergreen(SeasonBase): 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", + "/logos/logo_animated/heartbeat/heartbeat_512.gif", + "/logos/logo_animated/spinner/spinner_512.gif", + "/logos/logo_animated/tongues/tongues_512.gif", + "/logos/logo_animated/winky/winky_512.gif", + "/logos/logo_animated/jumper/jumper_512.gif", + "/logos/logo_animated/apple/apple_512.gif", + "/logos/logo_animated/blinky/blinky_512.gif", ) |