diff --git a/config.php b/config.php index 69db27c..b3f516a 100644 --- a/config.php +++ b/config.php @@ -14,6 +14,7 @@ define('TB_API_URL', 'https://api.telegram.org/bot'.TB_TOKEN.'/'); //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('WC_UserName', 'YOUR_WECHAT_USERNAME_HERE'); \ No newline at end of file diff --git a/plugins/steam.php b/plugins/steam.php new file mode 100644 index 0000000..6d58c08 --- /dev/null +++ b/plugins/steam.php @@ -0,0 +1,25 @@ +msg($plugin_sendto, $msg); \ No newline at end of file