pollmaster
pollmaster copied to clipboard
Discord Bot for creating and managing polls and votes
These changes will send a private message when someone votes on an anonymous poll, regardless if the live count is enabled or not. They will also send a private message...
with the latest Discord update: https://discord.com/blog/welcome-to-the-new-era-of-discord-apps/?ref=message_content_notification, we can't seem to get Pollmaster working. Knowing nothing about how it works, I suspect functionality stopped due to the new slash command supremacy-...
Added async/await model as specified by migration guide. Changed decorators to hybrid_command What was tested: Bot running locally Bot running on cloud environment Tested the following commands: /prefix /cmd cmd:...
Bumps [numpy](https://github.com/numpy/numpy) from 1.19.2 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
Maybe this is an issue on Mac, but following the directions in `setup.md` I ran: ``` pip install -r requirements.txt ``` (where `which pip` is where I'd kinda of expect...
When enabling a custom answer for a vote it is not possible to respond to the bot in a private message. Especially for anonymous votes this beats the purpose of...
Files and steps that may help someone develop changes to Pollmaster in a Docker environment. Includes a stab at the correct values from requirements.txt ; created as a separate file...
Pull in fix for https://github.com/Rapptz/discord.py/issues/2422 Closes #44
Would like to suggest a feature, with proposed code changes. When running an anonymous poll with the live counts, our members do not receive a confirmation that their vote was...
It appears that Pollmaster will respond with a "your vote has been counted" private message, but will not send a "your vote has been removed" sort of message when the...