Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

data.isMentioned() 오류 #801

Open
tadashi74 opened this issue Nov 13, 2021 · 1 comment
Open

data.isMentioned() 오류 #801

tadashi74 opened this issue Nov 13, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@tadashi74
Copy link

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

@tadashi74 tadashi74 added the bug Something isn't working label Nov 13, 2021
@benesiaxd
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants