This repository has been archived by the owner on Jun 1, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 46
Test wechaty basic functions #60
Comments
if (dingRoom.has(sender)) {
/**
* speaker is already in room
*/
log.info('Bot', 'onMessage: sender has already in dingRoom')
dingRoom.say('no need to ding again, because you are already in ding room', sender)
// sendMessage({
// content: 'no need to ding again, because you are already in ding room'
// , to: sender
// })
} else { |
- if (dingRoom.has(sender)) {
+ if (await dingRoom.has(sender)) { |
done |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
contact.avatar()
cannot work as expect wechaty#1321friendship
cannot accept friend request automatically wechaty#1322media-file-bot
cannot save xlsx file wechaty#1349room.say
, it actually runcontact.say
wechaty#1330The text was updated successfully, but these errors were encountered: