Bot Api Version

Bot Api Version
This commit is contained in:
Denny Dai
2015-06-29 22:13:58 +08:00
parent 1ab6510772
commit e321324785
5 changed files with 46 additions and 3 deletions
+5
View File
@@ -6,3 +6,8 @@ define('OWNER_NAME', 'Denny Dai');
define('BOT_NAME', 'Dx. Dennx');
define('HELP_BEGIN', "Welcome to use TG-BOT");
define('HELP_END', "GitHub: https://github.com/dennydai/D-bot\nAuthor: @DennyDai");
//For Telegram-Bot
define('TB_TOKEN', '123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11');
define('TB_API_URL', 'https://api.telegram.org/bot'.TB_TOKEN.'/');