Answer the question
In order to leave comments, you need to log in
How to find out all users who have reacted to a selected message in discord.js?
I check via:
testemoji = client.channels.cache.get("channel_id").messages.cache.get("message_id").reactions.cache.get("emoji_id").users.cache.has(user_id);
if (testemoji == true) { console.log("NICE!") } else { console.log("CAN'T NICE!") }
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question