diff options
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, ... |