fixed module
This commit is contained in:
4
main.py
4
main.py
@@ -71,7 +71,7 @@ shared["load_modules"] = [
|
|||||||
# Adds /an, a command you can use to share thoughts/plans/news
|
# Adds /an, a command you can use to share thoughts/plans/news
|
||||||
"imout",
|
"imout",
|
||||||
#adds snowbrawl minigame
|
#adds snowbrawl minigame
|
||||||
"snowbrawl.py"
|
"snowbrawl"
|
||||||
# NOTICE: If you add something here, please add a small descriptive comment above!
|
# NOTICE: If you add something here, please add a small descriptive comment above!
|
||||||
]
|
]
|
||||||
shared["modules"] = {}
|
shared["modules"] = {}
|
||||||
@@ -81,4 +81,4 @@ for module in shared["load_modules"]:
|
|||||||
info("Module %s loaded." % module)
|
info("Module %s loaded." % module)
|
||||||
except:
|
except:
|
||||||
error("Failed to import module %s:" % module)
|
error("Failed to import module %s:" % module)
|
||||||
error(print_traceback())
|
error(print_traceback())
|
||||||
|
|||||||
Reference in New Issue
Block a user