aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2020-05-20 08:46:48 +0300
committerGravatar ks129 <[email protected]>2020-05-20 08:46:48 +0300
commit6e923cb6386e95b7ad56c9fc8d2374a0feffd49e (patch)
tree28451f78b7232c570f07cee6d71726fad3369126
parentSource: Create `get_source_link` function that build item's GitHub link (diff)
Source: Add cog loading to __main__.py
-rw-r--r--bot/__main__.py1
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")