diff options
author | 2019-11-25 16:38:48 -0500 | |
---|---|---|
committer | 2019-11-25 16:38:48 -0500 | |
commit | 140b2da6f0fcd1d4ba6f1f8ff16d6c5f6d9c1943 (patch) | |
tree | 1cc817569f320d424aa1b57b40ca504a91163067 | |
parent | Relock to d.py 1.2.5 due to API breaking change for emoji. (diff) | |
parent | Add the new blinky server guild icon (diff) |
Add the new blinky server guild icon (#314)
Add the new blinky server guild icon
Co-authored-by: Deniz <[email protected]>
-rw-r--r-- | bot/seasons/evergreen/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/seasons/evergreen/__init__.py b/bot/seasons/evergreen/__init__.py index 722ef952..c2746552 100644 --- a/bot/seasons/evergreen/__init__.py +++ b/bot/seasons/evergreen/__init__.py @@ -12,4 +12,5 @@ class Evergreen(SeasonBase): "/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", ) |