Home > OS >  Why awaitReactions not working? | discord.js v13
Why awaitReactions not working? | discord.js v13

Time:03-29

I was trying to make a marriage system, but the thing is that reaction collector isn't working at all even the both parties reacted to the emoji. There's no error at all. After executing the command, it will only showing the embed but not totally collecting the reactions and sending the reply content

const filter = (reaction, user) => {
      return (reaction.emoji.name === "           
  • Related