#messageReactionAdd not returning values
26 messages · Page 1 of 1 (latest)
do you have the GuildMessageReactions intent?
yes
please show your intents
pretty sure you do not need all of those intents or partials, but did you check to see if the event is being emitted?
yes, whenever i try print any of the parameters it returns undefined
messageReaction and user both return undefined?
what would that be?
its printing the guild info now
let me just check something
when i print user it prints
whe i print messagereaction it prints the guild info but
if i do user.messageId it returns undefined
thats because user.messageId isnt a thing
but as you see in the print for user it prints "messageId"
thats not part of the user though
oh
thats part of the MessageReaction
ive looked at the documentation and tried to print all those values but all come back as undefined
well yes because it's not really accessible. you can use <MessageReaction>.message.id instead