discord.js-poll-embed icon indicating copy to clipboard operation
discord.js-poll-embed copied to clipboard

A simple utility to create polls with just embeds and emoji reactions.

Results 7 discord.js-poll-embed issues
Sort by recently updated
recently updated
newest added

_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...

dependencies

Whenever the user clicks both reactions, this error comes up.

I get the following error: (node:35) UnhandledPromiseRejectionWarning: ReferenceError: title is not defined anyone know why? Do I need to define the args? I've tried to use "message.content" instead of my...

Whenever the poll finishes, at the bottom where it is supposed to give the winning votes, it says undefined - undefined [Picture](https://cdn.discordapp.com/attachments/720864595752779807/724001015115808810/image0.jpg) I have no idea how to fix it.

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()`](https://discord.js.org/#/docs/main/12.0.2/class/ReactionManager). - `pollEmbed()` consumed input...