-
Notifications
You must be signed in to change notification settings - Fork 6
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 a poll command #9
Comments
I believe tokenzing the message string wich starts with a certain tag !poll for example, and then parsing each token to extract each unicode emoji could work. Then, when someone calls for !endpoll, the bot evaluates all valid votes and creates a summary. Can you explain to me how to run the bot locally and how to configure docker-compose.yaml? |
Keep in mind that we also want to make sure that we can use custom emoji for poss reactions, so just checking for unicode emoji won't be the best in this case - we'll also want to check for custom emoji. To set up the |
I think it may be important to note that we're not too concerned with the |
What do you think about this command structure and response?
Poll : What is the best ice cream? |
We often use Discord polling with emoticons. It would be neat to have a command that sets up the poll. It will read a structured message and then parse out the emoticons needed and add them as reactions.
The tricky part is building a structure that is easy for people to wrte and computers to parse. Maybe something like
option emoji, option2 emoji ...
will work?The text was updated successfully, but these errors were encountered: