aboutsummaryrefslogtreecommitdiffstats
path: root/bot/seasons/evergreen
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2019-03-07 10:52:22 +0100
committerGravatar GitHub <[email protected]>2019-03-07 10:52:22 +0100
commit728e0b82f6ec3be83f9927ef94ecb678ffb9166c (patch)
treede20043895db17cffc38578d6d227b8b2c70ae83 /bot/seasons/evergreen
parentUpdate season.py (diff)
parentAdded `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__.py2
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"