#I m already using the messageReactionAdd
1 messages · Page 1 of 1 (latest)
Yeah lol
Theres a way to get which emoji was reacted/removed
let me see if i can find it
found
Oh true
let message = reaction.message, emoji = reaction.emoji
client.on('messageReactionAdd', (reaction, user) => {
so from the reacion you can pull the msg, but also the emoji
But still, in the db I'm logging just who votes... I'd have to log what each person votes for too right?
Yep
no worries!