add abot (AnswerBot) to get rid of stupid FAQ asking
This commit is contained in:
17
main.py
17
main.py
@@ -30,8 +30,21 @@ def onDisable():
|
||||
|
||||
log("Loading RedstonerUtils...")
|
||||
|
||||
# Import all modules
|
||||
modules = ["misc", "adminchat", "lagchunks", "reports", "chatgroups", "webtoken", "saylol", "skullclick", "mentio", "cycle", "motd"]
|
||||
# Import all modules, in this order
|
||||
modules = [
|
||||
"misc",
|
||||
"adminchat",
|
||||
"lagchunks",
|
||||
"reports",
|
||||
"chatgroups",
|
||||
"webtoken",
|
||||
"saylol",
|
||||
"skullclick",
|
||||
"mentio",
|
||||
"cycle",
|
||||
"motd",
|
||||
"abot"
|
||||
]
|
||||
mod = {}
|
||||
for module in modules:
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user