diff options
| author | 2019-03-07 10:52:22 +0100 | |
|---|---|---|
| committer | 2019-03-07 10:52:22 +0100 | |
| commit | 728e0b82f6ec3be83f9927ef94ecb678ffb9166c (patch) | |
| tree | de20043895db17cffc38578d6d227b8b2c70ae83 /bot/seasons/evergreen | |
| parent | Update season.py (diff) | |
| parent | Added `bot_icon` attribute to `SeasonBase` to handle bot-only avatars (diff) | |
Merge pull request #135 from kosayoda/server-icon-fix
Prevent SeasonalBot from changing server icon during off-season periods
Diffstat (limited to 'bot/seasons/evergreen')
| -rw-r--r-- | bot/seasons/evergreen/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/seasons/evergreen/__init__.py b/bot/seasons/evergreen/__init__.py index db5b5684..db610e7c 100644 --- a/bot/seasons/evergreen/__init__.py +++ b/bot/seasons/evergreen/__init__.py @@ -2,4 +2,4 @@ from bot.seasons import SeasonBase class Evergreen(SeasonBase): - pass + bot_icon = "/logos/logo_seasonal/evergreen/logo_evergreen.png" |