diff --git a/config.php b/config.php index 33cc947..6ee8d9d 100644 --- a/config.php +++ b/config.php @@ -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'); \ No newline at end of file +define('PLUGIN_STEAM_KEY', 'YOUR_STEAM_KEY_HERE'); \ No newline at end of file