diff options
| author | 2020-03-21 19:26:22 +0100 | |
|---|---|---|
| committer | 2020-03-21 19:26:22 +0100 | |
| commit | e987735bcb38b3f7caa8f89d5d81c20c0d37cd12 (patch) | |
| tree | fa93e0eeedae402aa2ca0c758a22ff1531298bfb /bot/constants.py | |
| parent | Deseasonify: 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.py | 1 | 
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, ... | 
