We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eb6544 commit 3d27963Copy full SHA for 3d27963
src/Robots.php
@@ -28,6 +28,7 @@ public function run()
28
$reply=new Reply($message, $this->options);
29
$reply->send();
30
});
31
+ $this->robot->messageExtension->load($this->options['load-extension']);
32
$this->robot->server->serve();
33
}
34
0 commit comments