Commit c9efa152 authored by LONGMAN's avatar LONGMAN

Fixed bugs

parent 25ec8cf3
...@@ -16,7 +16,7 @@ ini_set('memory_limit', -1); ...@@ -16,7 +16,7 @@ ini_set('memory_limit', -1);
date_default_timezone_set('UTC'); date_default_timezone_set('UTC');
define('VERSION', '0.0.1'); define('VERSION', '0.0.2');
use Longman\TelegramBot\Entities\Update; use Longman\TelegramBot\Entities\Update;
...@@ -26,7 +26,7 @@ use Longman\TelegramBot\Entities\Update; ...@@ -26,7 +26,7 @@ use Longman\TelegramBot\Entities\Update;
* @author Avtandil Kikabidze <akalongman@gmail.com> * @author Avtandil Kikabidze <akalongman@gmail.com>
* @copyright Avtandil Kikabidze <akalongman@gmail.com> * @copyright Avtandil Kikabidze <akalongman@gmail.com>
* @license http://opensource.org/licenses/mit-license.php The MIT License (MIT) * @license http://opensource.org/licenses/mit-license.php The MIT License (MIT)
* @link http://www.github.com/akalongman/telegram-api * @link http://www.github.com/akalongman/telegram-bot
*/ */
class Telegram class Telegram
{ {
......
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