diff options
| author | 2020-03-07 10:01:27 +0200 | |
|---|---|---|
| committer | 2020-03-07 10:01:27 +0200 | |
| commit | 7ce17e3f5af61ef33231eae99c942f060b96278b (patch) | |
| tree | 02b6fa9d144fc1eeb237b450e01f886fdcf09258 /bot/__main__.py | |
| parent | (Help): Added unloading block in cogs loading (diff) | |
(Help): Added cog loading to __main__.py
Diffstat (limited to 'bot/__main__.py')
| -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 9dc0b173..a169257f 100644 --- a/bot/__main__.py +++ b/bot/__main__.py @@ -7,5 +7,6 @@ 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.help")  bot.load_extension("bot.seasons")  bot.run(Client.token) | 
