Commit 6a3a1694 authored by Marco Boretto's avatar Marco Boretto

Merge pull request #55 from boukeversteegh/patch-1

parents cdbec9fe 487ad9cc
......@@ -245,9 +245,6 @@ class Request
$result = self::executeCurl($action, $data);
//echo $result;
print_r(json_decode($result, true));
$bot_name = self::$telegram->getBotName();
return new ServerResponse(json_decode($result, true), $bot_name);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment