aboutsummaryrefslogtreecommitdiffstats
path: root/bot/__main__.py
diff options
context:
space:
mode:
authorGravatar kwzrd <[email protected]>2020-03-28 14:58:31 +0100
committerGravatar kwzrd <[email protected]>2020-03-28 14:58:31 +0100
commit99ba7955e9561781d306428a5aa55c2a368df05f (patch)
tree6fc64a5e455b1e9baf42458a16f0125759b6fdc5 /bot/__main__.py
parentDeseasonify: move decorators module under utils (diff)
Deseasonify: move help extension under evergreen pkg
Diffstat (limited to 'bot/__main__.py')
-rw-r--r--bot/__main__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bot/__main__.py b/bot/__main__.py
index 3662a63b..5d4056af 100644
--- a/bot/__main__.py
+++ b/bot/__main__.py
@@ -13,6 +13,5 @@ for ext in get_extensions():
bot.load_extension(ext)
bot.load_extension("bot.branding")
-bot.load_extension("bot.help")
bot.run(Client.token)