CrawlerEmporium / DiscordCrawler

Discord Bot - Discord moderation and misc tools - built upon discord.py
GNU General Public License v3.0
5 stars 4 forks source link

DFR-69 Poll Multi-Voting #46

Closed crawltracker closed 1 year ago

crawltracker commented 1 year ago

Information Allow users to vote for multiple options in a poll for Ranked Choice Voting

Who would use it? Users

How would it work? When creating a poll create an optional argument in the command to allow max number of options to vote for, default 1

/poll create [Max Votes: 1] <title:string> [Opt1] [Opt2] ...

Optionally, change the poll create command to open a Modal which will prompt for the max number of vote options with the default being 1, and have the title string and the other options in separate text boxes. The poll options will use the same brackets around each option so they can be easily parsed by the existing code.

Update the poll message to indicate the maximum number of votes

Why should this be added? Allows for ranked choice voting

Upvote - Tercept#0066

Votes: +1 / -0 / ±0

crawltracker commented 1 year ago

Note - LordDusk#0001

Resolved - Ticket closed.