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

add header comments

上级 9c14513f
#!/usr/bin/env node
/**
*
* Wechaty bot use a ApiAi.com brain
......
#!/usr/bin/env node
/**
*
* Wechaty - Wechat for Bot
*
* Connecting ChatBots
* https://github.com/wechaty/wechaty
*
*/
const {
Wechaty
, Config
......
#!/usr/bin/env node
/**
*
* Wechaty - Wechat for Bot
*
* Connecting ChatBots
* https://github.com/wechaty/wechaty
*
*/
const {
Wechaty
, Message
......
#!/usr/bin/env node
/**
*
* Wechaty - Wechat for Bot
*
* Connecting ChatBots
* https://github.com/wechaty/wechaty
*
*/
const Wechaty = require('..')
const bot = new Wechaty({ profile: 'example-bot.wechaty.json' })
......
#!/usr/bin/env node
/**
*
* Wechaty - Wechat for Bot
*
* Connecting ChatBots
* https://github.com/wechaty/wechaty
*
*/
const Wechaty = require('..')
const bot = new Wechaty(/* no profile here because roger bot is too noisy */)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册