#I m already using the messageReactionAdd

1 messages · Page 1 of 1 (latest)

somber zephyr
#

hey

#

chat moves too fast

lost fox
#

Yeah lol

somber zephyr
#

Theres a way to get which emoji was reacted/removed

#

let me see if i can find it

#

found

lost fox
#

Oh true

somber zephyr
#

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

lost fox
#

But still, in the db I'm logging just who votes... I'd have to log what each person votes for too right?

somber zephyr
#

Yep

lost fox
#

Ok, tysm, hadn't thought about that lol

#

I'll try

somber zephyr
#

no worries!