discord.js-poll-embed
discord.js-poll-embed copied to clipboard
Discord.js 12.2 fix
I fixed a few bugs;
- When the user pressed on a reaction, crashes occured, because
poll.reactions.get()
doesn't exist. Fixed it by changing it to.resolve()
. -
pollEmbed()
consumed input emoji lists via.splice
in the for loop for iterating the input options. Fixed it by creating a cloneusedEmojiList
.