This commit is contained in:
dennydai 2016-01-08 07:23:57 +08:00
parent e6c12df5c2
commit 9afeb35095
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ define('OWNER_NAME', 'YOUR_NAME');
define('BOT_NAME', 'D_bot'); //Now For Telegram-Bot Only
define('HELP_BEGIN', "The_Sentence_Before_Help_Command");
define('HELP_END', "The_Sentence_After_Help_Command");
$TAGs = array('#','/','!');
$TAGs = array('#','/','!'); //array for commands
//For Telegram-Bot