未验证 提交 bd3fdda7 编写于 作者: Huan (李卓桓)'s avatar Huan (李卓桓) 提交者: GitHub

add puppet service comments for explaination

上级 37200361
......@@ -34,6 +34,23 @@ import { generate } from 'qrcode-terminal'
*/
const bot = new Wechaty({
name : 'ding-dong-bot',
/**
* You can specify different puppet for different IM protocols.
* Learn more from https://wechaty.js.org/docs/puppet-providers/
*/
// puppet: 'wechaty-puppet-whatsapp'
/**
* You can use wechaty puppet provider 'wechaty-puppet-service'
* which can connect to Wechaty Puppet Services
* for using more powerful protocol.
* Learn more about services (and TOKEN)from https://wechaty.js.org/docs/puppet-services/
*/
// puppet: 'wechaty-puppet-service'
// puppetOptions: {
// token: 'xxx',
// }
})
/**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册