add OwnedGames to Steam plugin

This commit is contained in:
dennydai
2016-02-07 20:34:08 +08:00
parent d8794a0336
commit 0297df5d37
2 changed files with 11 additions and 3 deletions
+1 -1
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('#','/','!'); //array for commands
$TAGs = array('\'','#','/','!'); //array for commands
//For Telegram-Bot