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

add bing

上级 91076ee0
......@@ -39,7 +39,7 @@ bot.on('message', m => {
})
.catch(e => log.error('Bot', 'ready: %s' , e))
if (/^(ding|ping)$/i.test(m.get('content'))) {
if (/^(ding|ping|bing)$/i.test(m.get('content'))) {
const r = new Wechaty.Message()
r.set('to', m.inGroup() ? m.get('group') : m.get('from'))
r.set('content', 'dong')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册