wechaty / puppet-padlocal

Puppet PadLocal is a Pad Protocol for WeChat
https://wechaty.js.org/docs/puppet-providers/padlocal
Apache License 2.0
642 stars 88 forks source link

The message.mentionSelf() is not available. #193

Open zoudingyi opened 2 years ago

zoudingyi commented 2 years ago

Here's how I use it:

if (await message.mentionSelf()) {
 console.log('this message were mentioned me! [You were mentioned] tip ([有人@我]的提示)')
}

But it didn't work.

zoudingyi commented 2 years ago
    "wechaty": "^0.60.1",
    "wechaty-puppet-padlocal": "^0.4.2"