i need help
so basically i wanna know how to make it so it reacts to a specific user with a specific emoji
npm list discord.js and node node -v version?✅ Marked as resolved by OPStart: .ar <UserID> <Emoji1>,<Emoji2>,...\nStop: .ar stop <UserID>"Automatic reactions for user with ID ${targetUserId} have been disabled.Automatic reactions for user with ID ${targetUserId} have been activated.\nEmojis: ${emojis.join(
", "
)}// React to a message with a unicode emoji
message.react('🤔')
.then(console.log)
.catch(console.error);Automatic reactions for user with ID ${targetUserId} have been activated.\nEmojis: ${emojis.join(
", "
)}