aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar kwzrd <[email protected]>2020-03-07 13:21:17 +0100
committerGravatar kwzrd <[email protected]>2020-03-07 13:21:17 +0100
commit41e6a8db637ded63b590328fa99fd6973ac6e39c (patch)
tree93f4e4878ae1cca5057b2ac1bcfde4cf33bb017e
parentDeseasonify: remove `get_season_class` utility function (diff)
Deseasonify: do not load legacy SeasonManager on start-up
-rw-r--r--bot/__main__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bot/__main__.py b/bot/__main__.py
index 9dc0b173..654fb053 100644
--- a/bot/__main__.py
+++ b/bot/__main__.py
@@ -7,5 +7,4 @@ from bot.decorators import in_channel_check
log = logging.getLogger(__name__)
bot.add_check(in_channel_check(*WHITELISTED_CHANNELS, bypass_roles=STAFF_ROLES))
-bot.load_extension("bot.seasons")
bot.run(Client.token)