This commit is contained in:
Denny Dai 2015-11-17 16:30:03 +08:00
parent 95169c76a6
commit d29d08b354
4 changed files with 3 additions and 3 deletions

View File

@ -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](#)

View File

@ -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');