Collecting users who reacted to a message using discord.js
I'm trying to collect all users that have reacted to certain message. My code client.on('messageReactionAdd', (reaction, user) => { if(reaction.emoji.name === "✅") { console.log(reaction.emoji.users); } But it returns undefined. If I use "reaction.emoji" it returns ReactionEmoji { reaction: MessageReaction { message: Message { channel: [Object], id: '371695165498458115', type: 'DEFAULT', content: 'bb', author: [Object], member: [Object], pinned: false, tts: false, nonce: '371695172469129216', system: false, embeds: [], attachments: Collection {}, createdTimestamp: 1508689433217,