wechaty / puppet-xp

Wechaty Puppet WeChat Windows Protocol
http://wechaty.js.org/docs/puppet-providers/xp
Apache License 2.0
472 stars 114 forks source link

friendship事件好像监听不到 #178

Open yourwilliam opened 1 year ago

yourwilliam commented 1 year ago

friendship事件好像监听不到,只能收到一个recvMsg, 可以看到是37号msg, 在puppet-xp.ts中配置可以获取到这条message。但是没有绑定friendship,导致没法通过绑定

bot.on('friendship', async (friendship:FriendShip) => { ...... //这里面的log没法打印,没有进去 })