From d29d08b354ae06536017194b2b48b91da80b0dfa Mon Sep 17 00:00:00 2001 From: Denny Dai Date: Tue, 17 Nov 2015 16:30:03 +0800 Subject: [PATCH] Rename --- README.md | 4 ++-- classes/{Wechat => Wechat-MP}/Base.php | 0 classes/{Wechat => Wechat-MP}/init.php | 0 config.php | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename classes/{Wechat => Wechat-MP}/Base.php (100%) rename classes/{Wechat => Wechat-MP}/init.php (100%) 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');