Answer the question
In order to leave comments, you need to log in
MessageReaction not working why?
Here is the code:
client.on('MessageReactionAdd', (reaction, user) => {
console.log('add');
})
client.on('MessageReactionRemove', (reaction, user) => {
console.log('remove');
})
Answer the question
In order to leave comments, you need to log in
'MessageReactionAdd' надо было написать вот так - 'messageReactionAdd'
'MessageReactionRemove' надо было написать вот так - 'messageReactionRemove'
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question