aboutsummaryrefslogtreecommitdiffstats
path: root/bot/seasons/evergreen/__init__.py
diff options
context:
space:
mode:
authorGravatar S. Co1 <[email protected]>2019-03-30 10:37:59 -0400
committerGravatar GitHub <[email protected]>2019-03-30 10:37:59 -0400
commit5fe5b7c688e19e533fe34d98b8c754bc67a58beb (patch)
tree16c2946f97f85facf6b994b3c48099d369ee7f5a /bot/seasons/evergreen/__init__.py
parentMerge pull request #163 from python-discord/easter_announce (diff)
parentBlank line required between summary line and description. (diff)
Merge pull request #146 from python-discord/flake8-docstring
Implement flake8-docstrings
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"