4
red.py
4
red.py
@@ -73,6 +73,10 @@ def prepare_bot( task_slug, subtask, genFactory, subtask_args ):
|
||||
# Import related bot
|
||||
from bots.markpages import MarkPagesBot as Bot
|
||||
|
||||
elif subtask == "missingnotice":
|
||||
# Import related bot
|
||||
from bots.missingnotice import MissingNoticeBot as Bot
|
||||
|
||||
# Subtask error
|
||||
else:
|
||||
jogobot.output( (
|
||||
|
||||
Reference in New Issue
Block a user