diff options
author | 2019-11-02 14:19:03 +0100 | |
---|---|---|
committer | 2019-11-02 14:19:03 +0100 | |
commit | a914ba2d7926de49d732abac872e778d465afa1d (patch) | |
tree | b6f7157d1e684ae0c510f152b3d637e1d4b1a150 | |
parent | Hotfix end date of Hacktober (diff) |
Add two new icons to icon constant
-rw-r--r-- | bot/seasons/evergreen/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bot/seasons/evergreen/__init__.py b/bot/seasons/evergreen/__init__.py index b95f3528..43a5cfdf 100644 --- a/bot/seasons/evergreen/__init__.py +++ b/bot/seasons/evergreen/__init__.py @@ -10,4 +10,6 @@ class Evergreen(SeasonBase): "/logos/logo_animated/spinner/spinner.gif", "/logos/logo_animated/tongues/tongues.gif", "/logos/logo_animated/winky/winky.gif", + "/logos/logo_animated/jumper/jumper.gif", + "/logos/logo_animated/apple/apple.gif", ) |