https://sourceb.in/n0Qu2LQNmb - Still allowing 2 reactions to commense
#Discord.js
2 messages · Page 1 of 1 (latest)
make sure you have the GatewayIntentBits.GuildMessageReactions intent enabled and change the filter function to js const filter = (reaction, user) => { return ( ["✔️", "❌"].includes(reaction.emoji.toString()) && user.id === message.author.id ); };