aboutsummaryrefslogtreecommitdiffstats
path: root/bot/seasons/evergreen/__init__.py
diff options
context:
space:
mode:
authorGravatar scragly <[email protected]>2019-05-11 04:51:30 +1000
committerGravatar GitHub <[email protected]>2019-05-11 04:51:30 +1000
commit0e2c6a1b0daef5b569da7652801b5725bf1ed95b (patch)
treec3d57e50f2ba07cb2d9e7476d3b9441c1f671bd9 /bot/seasons/evergreen/__init__.py
parentnot importing aiohttp now (diff)
parentMerge pull request #198 from Suhail6inkling/constants_fix (diff)
Merge branch 'master' into hanukkah_embed_iceman
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"