MadnessExpress / BruhBot

A ruby based Discord bot made with Discordrb
GNU General Public License v3.0
4 stars 2 forks source link

Voting/Polls #5

Closed Esjitu closed 7 years ago

Esjitu commented 8 years ago

The ability for a user to start a poll where users can choose from a, b, and c (or more, perhaps 10 max). Each voter can only vote once. The poll creator can then !poll end and the bot will output the total votes for the choices.

Example usage: !poll start pizza, pasta, burger where users could then choose ala !vote poll1 for pizza.

Alternatively just a command to create a strawpoll with !poll pizza, pasta, burger rather than doing it internally.