Ejemplo n.º 1
0
 protected function startBot()
 {
     $this->startRpcServer();
     $this->sendHttpRequestsToHttpApi();
     $this->disableAoChatFloodLimiting();
     parent::startBot();
 }