Get User Through Reaction

Hello, I am trying to make a reaction logging system, I have all the code in place and its working but I wanted to add a part of it where it tells you the user who reacted or even all users that reacted if possible.

1 Like

I’m not aware what type of language you’re using, so i’m just going to assume that you’re using discord.js.

// Link this script to your reaction logging system.   
console.log(user.username + " reacted.");

Make sure you have Console Logging open, as you can view who reacted.

1 Like