diff --git a/red.py b/red.py index c7a23ae..e675ff0 100644 --- a/red.py +++ b/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( (