aboutsummaryrefslogtreecommitdiff
path: root/bot.py
diff options
context:
space:
mode:
authorAnInternetTroll <lucafulger@gmail.com>2020-06-26 18:54:42 +0000
committerAnInternetTroll <lucafulger@gmail.com>2020-06-26 18:54:42 +0000
commitdcfc891b717abd0cbb0e8b1348ec7459c7ff150b (patch)
tree8f7f2d1e12d92a462fd61f8fe3de20de8ce1466f /bot.py
parent0369831f5b861f36bcb2c70d3b0846f5d028f579 (diff)
downloadsteve-bot-dcfc891b717abd0cbb0e8b1348ec7459c7ff150b.tar
steve-bot-dcfc891b717abd0cbb0e8b1348ec7459c7ff150b.tar.gz
steve-bot-dcfc891b717abd0cbb0e8b1348ec7459c7ff150b.tar.bz2
steve-bot-dcfc891b717abd0cbb0e8b1348ec7459c7ff150b.tar.lz
steve-bot-dcfc891b717abd0cbb0e8b1348ec7459c7ff150b.tar.xz
steve-bot-dcfc891b717abd0cbb0e8b1348ec7459c7ff150b.tar.zst
steve-bot-dcfc891b717abd0cbb0e8b1348ec7459c7ff150b.zip
Added basic compiler
Diffstat (limited to 'bot.py')
-rw-r--r--[-rwxr-xr-x]bot.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/bot.py b/bot.py
index d67dc3c..6c0720d 100755..100644
--- a/bot.py
+++ b/bot.py
@@ -13,7 +13,8 @@ extensions = [
"cogs.trans",
"cogs.player",
"cogs.general",
- "cogs.logs"
+ "cogs.logs",
+ "cogs.compiler"
]