提交 db58cdc5 编写于 作者: Huan (李卓桓)'s avatar Huan (李卓桓)

Merge branch 'master' of github.com:zixia/wechaty

......@@ -23,7 +23,7 @@ It supports [linux](https://travis-ci.org/zixia/wechaty), [win32](https://ci.app
> @ak5 : Thanks for this it's quite cool! [link](https://github.com/zixia/wechaty/issues/4)
# Examples
Wechaty is super easy to use: 9 lines of javascript is enough for your 1st wechat bot.
Wechaty is dead easy to use: 9 lines javascript for your 1st wechat bot.
## 1. Basic: 9 lines
The following 9 lines of code implement a bot log every message to console:
......
......@@ -167,3 +167,7 @@ Object.keys(Message.Type).forEach(k => {
Message.attach = function(puppet) { Message.puppet = puppet }
module.exports = Message
/*
* join room in mac client: https://support.weixin.qq.com/cgi-bin/mmsupport-bin/addchatroombyinvite?ticket=AUbv%2B4GQA1Oo65ozlIqRNw%3D%3D&exportkey=AS9GWEg4L82fl3Y8e2OeDbA%3D&lang=en&pass_ticket=T6dAZXE27Y6R29%2FFppQPqaBlNwZzw9DAN5RJzzzqeBA%3D&wechat_real_lang=en
*/
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册