aboutsummaryrefslogtreecommitdiffstats
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
parentDeseasonify: move decorators module under utils (diff)
Deseasonify: move help extension under evergreen pkg
-rw-r--r--bot/__main__.py1
-rw-r--r--bot/seasons/evergreen/help.py (renamed from bot/help.py)0
2 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)
diff --git a/bot/help.py b/bot/seasons/evergreen/help.py
index e9e1f574..e9e1f574 100644
--- a/bot/help.py
+++ b/bot/seasons/evergreen/help.py