Home > database >  How to use message.react with embed - Discord.js V13
How to use message.react with embed - Discord.js V13

Time:10-20

I want to react to a user's message after sending a command. I tried changing the position of the code, but it's not working.

let channel = message.member.voice.channel;

if (!channel) {

 // This Code was working without using embeds.
 // message.reply(`>>> Please join a voice channel`) && message.react('           
  • Related