storycraft / node-kakao

Loco protocol compatible library
MIT License
405 stars 115 forks source link

data.isMentioned() 오류 #801

Open tadashi74 opened 2 years ago

tadashi74 commented 2 years ago

Describe the bug 유저가 멘션되었는지 판단하는 data.isMentioned() 가 작동하지 않습니다.

To Reproduce Steps to reproduce the behavior. if(msg.startsWith('ㅇㅇㅇ')) channel.sendChat(String(data.isMentioned()))

코드를 통해 해당 함수 작동여부를 확인해 보았습니다.

Expected behavior data.isMentioned() 가 정상적으로 작동해야 합니다.

Screenshots image

benesiaxd commented 2 years ago

data.mentions.length로 판단하였습니다.