D-Bot/BOT.php
Denny Dai 1cc087643e fix bug: cannot chat with user
fix bug: cannot chat with user
2015-05-30 17:41:48 +08:00

6 lines
132 B
PHP

<?php
//init
require('classes/Telegram/Base.php');
$BOT = new DBot\Telegram\Base('unix:///tmp/tg.sck');
require_once('init.php');
?>