-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🆕 Have duckbot facilitate polls #424
Comments
Could also plot results. |
What would you say is the expected behaviour of the bot? A specific list of commands, etc, would clarify how you actually see this working. Also, do we care about persistence? Do poll results need to be in the database, or just in memory? |
Curious if we can create a clean command structure for this? Most poll systems I have seen on other discord channels have a user post a message and allow selection through emojis. Something like this could be easily achieved. |
I do not, as of now, have any hard ideas other than the poll itself. Will be letting the ideas brew.
Was originally thinking no DB, and if a plot of the result was sent to chat, it would be there. DB could be good, but perhaps that's more future problem if the needs arise. |
I saw examples of how others do it in discord, and it doesnt seem to have a great way to anonymize, thus duckpoll was proposed. |
Message commands could work here, though maybe not very intuitive. I also don't think discord.py supports them. |
I'm willing to help work on this with you, as I enjoy the idea quite a bit. It seems like we're going to have to flesh out the concept a little bit more before doing the legwork. |
I really liked the message that was sent and formatted in the discord by James, then adding the reactions on the bottom. Example formatting Vote: Desired game for tonight (poll closes at 4:00 PM EST)
|
|
Is anonymity required for voting/ polling in our use case? I feel that it doesn't matter, but if others feel like it does then we can figure out a way to make it happen. |
The anonymousness was a significant part of the idea. Otherwise, it's trivial for us to just do it like we just did. |
Can bots remove emoji set by users? If so we may be able to do a similar formatting style, but have duckbot remove the user Emoji and increase it's count. It wouldn't be fully anonymous, as your vote would only be revealed for a second or two until Duckbot/ Poll removes it. Thoughts? |
Should be possible to remove a reaction. DuckBot would need some admin-esque permissions, but I think it already has those, since it can delete other people's messages. |
Duckbutt could manage polls for the chat. An example use case would be voting for a game for game night.
Basic ideas to consider, but idk how feasible each would be at this stage:
n
thingsIf others have additional ideas, throw em' in.
The text was updated successfully, but these errors were encountered: