aboutsummaryrefslogtreecommitdiffstats
path: root/bot/seasons/evergreen/__init__.py
diff options
context:
space:
mode:
authorGravatar sco1 <[email protected]>2019-03-30 10:40:38 -0400
committerGravatar sco1 <[email protected]>2019-03-30 10:42:02 -0400
commit095dc1791f147682023edafc59abdc4019074eeb (patch)
tree160d7ee160042befbfba778e54507a5eee3bd686 /bot/seasons/evergreen/__init__.py
parentMerge branch 'master' into hotfix (diff)
parentMerge pull request #146 from python-discord/flake8-docstring (diff)
Merge branch 'master' into hotfix
Diffstat (limited to 'bot/seasons/evergreen/__init__.py')
-rw-r--r--bot/seasons/evergreen/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/bot/seasons/evergreen/__init__.py b/bot/seasons/evergreen/__init__.py
index db610e7c..ac32c199 100644
--- a/bot/seasons/evergreen/__init__.py
+++ b/bot/seasons/evergreen/__init__.py
@@ -2,4 +2,6 @@ from bot.seasons import SeasonBase
class Evergreen(SeasonBase):
+ """Evergreen Seasonal event attributes."""
+
bot_icon = "/logos/logo_seasonal/evergreen/logo_evergreen.png"