Answer the question
In order to leave comments, you need to log in
How to make the bot change the message when you click on the reaction?
I need to change the text of the message when clicking on the reaction.
bot.on('message', msg => {
if (msg.content === '!1') {
msg.channel.send('TESt').then(sentMessage => {
sentMessage.react(`✅`);
sentMessage.react(`❌`);
})
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question