The name says it all. This bot allows users to create private polls on Discord. For general information on the bot, view the original post or the github repo.
An important change is the addition of comments explaining how the code works. 99% of present documentation has been added since the previous post.
Users can now manually end a vote by issuing the command !vote stop <ID>. This allows users to get the results of a vote without having to wait for everyone in a group to reply. Relevant commit
The results of a vote are now displayed in descending order of votes. This allows for easier analysis of results. Relevant commit
Users now have the ability to start a poll that allows users to vote for multiple items, instead of just one. Commit 1, Commit 2