diff options
| author | 2020-05-20 08:46:48 +0300 | |
|---|---|---|
| committer | 2020-05-20 08:46:48 +0300 | |
| commit | 6e923cb6386e95b7ad56c9fc8d2374a0feffd49e (patch) | |
| tree | 28451f78b7232c570f07cee6d71726fad3369126 | |
| parent | Source: Create `get_source_link` function that build item's GitHub link (diff) | |
Source: Add cog loading to __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 aa1d1aee8..d82adc802 100644 --- a/bot/__main__.py +++ b/bot/__main__.py @@ -57,6 +57,7 @@ bot.load_extension("bot.cogs.reddit") bot.load_extension("bot.cogs.reminders") bot.load_extension("bot.cogs.site") bot.load_extension("bot.cogs.snekbox") +bot.load_extension("bot.cogs.source") bot.load_extension("bot.cogs.stats") bot.load_extension("bot.cogs.sync") bot.load_extension("bot.cogs.tags") |