This repository has been archived by the owner on Feb 13, 2024. It is now read-only.
Releases: TomCasavant/PollMaubot
Releases · TomCasavant/PollMaubot
Version 3.0.1
Made polling more user friendly
Version 3.0: Improved Polling
This release introduces new methods to create polls (using linebreaks) and easily accessible emojis (the bot will react to its own message with emoji options)
Unique polls for each room
Each individual room will have a unique poll (i.e. a poll cannot be accessed in another room)
Vote with Reactions
Have users vote using emojis (reactions) rather than with '!poll vote ...'.
Fixed bugs with newer maubot versions
Fixed exception in MessageEvent reply() and error due to change in API upstream: reply() arg html_in_markdown was changed to allow_html in maubot recently. Fixed via Pull Request (#4)
Initial Release
This is the initial release of the Poll maubot plugin.