diff options
| author | 2020-05-06 14:08:37 -0700 | |
|---|---|---|
| committer | 2020-06-13 11:21:06 -0700 | |
| commit | 8c34a279175ee1193cb3a4df625f81758c258da5 (patch) | |
| tree | d43e834a5e9cdbc8629387fa9c81bb0871f8ab2c | |
| parent | Code block: use find_code_blocks to check if an edited msg was fixed (diff) | |
Code block: load the 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 4e0d4a111..8bbb7fbb3 100644 --- a/bot/__main__.py +++ b/bot/__main__.py @@ -51,6 +51,7 @@ bot.load_extension("bot.cogs.verification") # Feature cogs bot.load_extension("bot.cogs.alias") +bot.load_extension("bot.cogs.codeblock") bot.load_extension("bot.cogs.defcon") bot.load_extension("bot.cogs.duck_pond") bot.load_extension("bot.cogs.eval") |