aboutsummaryrefslogtreecommitdiffstats
path: root/bot/constants.py
diff options
context:
space:
mode:
authorGravatar kwzrd <[email protected]>2020-03-21 19:26:22 +0100
committerGravatar kwzrd <[email protected]>2020-03-21 19:26:22 +0100
commite987735bcb38b3f7caa8f89d5d81c20c0d37cd12 (patch)
treefa93e0eeedae402aa2ca0c758a22ff1531298bfb /bot/constants.py
parentDeseasonify: simplify `get_extensions` convenience function (diff)
Deseasonify: remove `season_override` env var
Unused and no longer relevant.
Diffstat (limited to 'bot/constants.py')
-rw-r--r--bot/constants.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bot/constants.py b/bot/constants.py
index ec6d173e..9afbc604 100644
--- a/bot/constants.py
+++ b/bot/constants.py
@@ -68,7 +68,6 @@ class Client(NamedTuple):
prefix = environ.get("PREFIX", ".")
token = environ.get("SEASONALBOT_TOKEN")
debug = environ.get("SEASONALBOT_DEBUG", "").lower() == "true"
- season_override = environ.get("SEASON_OVERRIDE")
icon_cycle_frequency = 3 # 0: never, 1: every day, 2: every other day, ...