diff options
| author | 2020-02-24 18:27:33 -0800 | |
|---|---|---|
| committer | 2020-03-22 15:54:37 -0700 | |
| commit | 886692e3782a330ce0f6aab3b0a9612b65256736 (patch) | |
| tree | 9ccca23f554c3b430d8a103e65af4979db7d9b79 | |
| parent | HelpChannels: add logging (diff) | |
Bot: load the help channels extension
| -rw-r--r-- | bot/__main__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/__main__.py b/bot/__main__.py index 3df477a6d..7ca6eabce 100644 --- a/bot/__main__.py +++ b/bot/__main__.py @@ -50,6 +50,7 @@ bot.load_extension("bot.cogs.defcon") bot.load_extension("bot.cogs.eval") bot.load_extension("bot.cogs.duck_pond") bot.load_extension("bot.cogs.free") +bot.load_extension("bot.cogs.help_channels") bot.load_extension("bot.cogs.information") bot.load_extension("bot.cogs.jams") bot.load_extension("bot.cogs.moderation") |