diff --git a/README.md b/README.md index be001ba..8922358 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,6 @@ This project is now in a very early stage since Telegarm is the only supported p Supported Chat Tools List ---------- - - [Telegram](https://telegram.org) - [README](https://github.com/dennydai/D-bot/blob/master/readmes/Telegram/Telegram.md) + - ~~[Telegram](https://telegram.org) - [README](https://github.com/dennydai/D-bot/blob/master/readmes/Telegram/Telegram.md)~~ - [Telegram-bot](https://core.telegram.org/bots) - [README](#) - - [Wechat](http://www.wechat.com/) - [README](#) + - [Wechat-MP](http://www.wechat.com/) - [README](#) diff --git a/classes/Wechat/Base.php b/classes/Wechat-MP/Base.php similarity index 100% rename from classes/Wechat/Base.php rename to classes/Wechat-MP/Base.php diff --git a/classes/Wechat/init.php b/classes/Wechat-MP/init.php similarity index 100% rename from classes/Wechat/init.php rename to classes/Wechat-MP/init.php diff --git a/config.php b/config.php index f848f46..1fe6522 100644 --- a/config.php +++ b/config.php @@ -15,5 +15,5 @@ define('TB_API_URL', 'https://api.telegram.org/bot'.TB_TOKEN.'/'); //For plugins define('PLUGIN_GITHUB_TOKEN', 'YOU_GITHUB_TOKEN_HERE'); -//For Wechat +//For Wechat-MP define('WC_UserName', 'YOU_WECHAT_USERNAME_HERE');