We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 37faae0 + 70319c4 commit e2d1880Copy full SHA for e2d1880
config.php
@@ -73,6 +73,9 @@
73
'nickname' => '',
74
],
75
76
+ 'load-extension'=>[
77
+ //\Vbot\GuessNumber\GuessNumber::class
78
+ ],
79
'params'=> [
80
'tulingApi'=> 'http://www.tuling123.com/openapi/api',
81
'tulingKey'=> '',
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