summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
authorPanFritz <redstonenoobpan@gmail.com>2015-01-17 00:35:29 +0100
committerPanFritz <redstonenoobpan@gmail.com>2015-01-17 00:35:29 +0100
commitdb4dd3c86135484b40a025974e9fad7f50df6bda (patch)
tree9c88ecf8cb375c673dd6461abac6a04d4b23a58b /main.py
parentce332e7c7c2012633993da06401fe366e68f8c59 (diff)
fixed module
Diffstat (limited to 'main.py')
-rw-r--r--main.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.py b/main.py
index 7d92f5e..ac06c94 100644
--- a/main.py
+++ b/main.py
@@ -71,7 +71,7 @@ shared["load_modules"] = [
# Adds /an, a command you can use to share thoughts/plans/news
"imout",
#adds snowbrawl minigame
- "snowbrawl.py"
+ "snowbrawl"
# NOTICE: If you add something here, please add a small descriptive comment above!
]
shared["modules"] = {}
@@ -81,4 +81,4 @@ for module in shared["load_modules"]:
info("Module %s loaded." % module)
except:
error("Failed to import module %s:" % module)
- error(print_traceback()) \ No newline at end of file
+ error(print_traceback())