added snowbrawl to modules
This commit is contained in:
4
main.py
4
main.py
@@ -69,7 +69,9 @@ shared["load_modules"] = [
|
|||||||
# Adds /imout, displays fake leave/join messages
|
# Adds /imout, displays fake leave/join messages
|
||||||
"adminnotes",
|
"adminnotes",
|
||||||
# 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
|
||||||
|
"snowbrawl.py"
|
||||||
# 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"] = {}
|
||||||
|
|||||||
Reference in New Issue
Block a user