Order Change

This commit is contained in:
dennydai 2016-01-07 08:08:33 +08:00
parent 80750a31bc
commit e6c12df5c2
1 changed files with 4 additions and 4 deletions

View File

@ -12,9 +12,9 @@ $TAGs = array('#','/','!');
define('TB_TOKEN', 'YOUR_TELEGRAM_BOT_TOKEN_HERE');
define('TB_API_URL', 'https://api.telegram.org/bot'.TB_TOKEN.'/'); //DO NOT CHANGE THIS
//For Wechat-MP
define('WC_UserName', 'YOUR_WECHAT_USERNAME_HERE');
//For plugins
define('PLUGIN_GITHUB_TOKEN', 'YOUR_GITHUB_TOKEN_HERE');
define('PLUGIN_STEAM_KEY', 'YOUR_STEAM_KEY_HERE');
//For Wechat-MP
define('WC_UserName', 'YOUR_WECHAT_USERNAME_HERE');
define('PLUGIN_STEAM_KEY', 'YOUR_STEAM_KEY_HERE');