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.
The ability for a user to start a poll where users can choose from
a
,b
, andc
(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.