Skip to content
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

Add polling system with memory #168

Open
FrankWhoee opened this issue Feb 13, 2020 · 0 comments
Open

Add polling system with memory #168

FrankWhoee opened this issue Feb 13, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@FrankWhoee
Copy link
Collaborator

Is this feature a command or keyword?
Command

What would this feature do?
Calling

!poll create "Which sticker to bring back?" (tubbs sticker) (kermit sticker) (okay boomer) (goose)

would create a new poll with a unique ID and results stored in memory. !poll would get the last poll's info.

RESPONSE: 
Poll #12 created. Which sticker to bring back?
1) tubbs sticker
2) kermit sticker
3) okay boomer
4) goose
Type !poll vote 12 CHOICE to vote.

!poll vote 12 3
RESPONSE: 
@USER You voted for choice 3, `okay boomer` in poll #12 "Which sticker to bring back?".
!poll vote 12 1 2 3
RESPONSE:
@USER You voted for choices 1,2,3. in poll #12 "Which sticker to bring back?".

How should it be implemented? (optional)
Describe how you would think it can be implemented. Not necessary, but if you know what you're doing, give us some ideas!

@FrankWhoee FrankWhoee added the enhancement New feature or request label Feb 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant