aboutsummaryrefslogtreecommitdiffstats
path: root/bot
diff options
context:
space:
mode:
authorGravatar kwzrd <[email protected]>2020-03-08 17:38:26 +0100
committerGravatar kwzrd <[email protected]>2020-03-08 17:38:26 +0100
commit9961a0b9d2b43cd93f704914ec291a44448c5dcb (patch)
tree39860cbd6fc6b251fd47aed228ae9d5f65d5a95d /bot
parentDeseasonify: implement `SeasonBase` for new seasonal system (diff)
Deseasonify: remove `Evergreen` season
The `SeasonBase` now serves as the fallback, off-season season for when no other season is available.
Diffstat (limited to 'bot')
-rw-r--r--bot/seasons/evergreen/__init__.py17
1 files changed, 0 insertions, 17 deletions
diff --git a/bot/seasons/evergreen/__init__.py b/bot/seasons/evergreen/__init__.py
index b3d0dc63..e69de29b 100644
--- a/bot/seasons/evergreen/__init__.py
+++ b/bot/seasons/evergreen/__init__.py
@@ -1,17 +0,0 @@
-from bot.seasons import SeasonBase
-
-
-class Evergreen(SeasonBase):
- """Evergreen Seasonal event attributes."""
-
- bot_icon = "/logos/logo_seasonal/evergreen/logo_evergreen.png"
- icon = (
- "/logos/logo_animated/heartbeat/heartbeat_512.gif",
- "/logos/logo_animated/spinner/spinner_512.gif",
- "/logos/logo_animated/tongues/tongues_512.gif",
- "/logos/logo_animated/winky/winky_512.gif",
- "/logos/logo_animated/jumper/jumper_512.gif",
- "/logos/logo_animated/apple/apple_512.gif",
- "/logos/logo_animated/blinky/blinky_512.gif",
- "/logos/logo_animated/runner/runner_512.gif",
- )