Splyth / slack_bot

Slack Bot Created for the Animutiny Slack Group (Name is Lisa)
MIT License
9 stars 5 forks source link

#26: Add poll me command #76

Closed jedibob5 closed 3 years ago

jedibob5 commented 3 years ago

Poll Me command. It's super stripped-down compared to Cole's old bot - I don't remember how the poll command syntax worked for Lilly, nor how he added reactions to the bot's own messages to start off the voting. It also won't dynamically add the users' names to the message as they vote. These enhancements would probably be good for a future task.

Another note, I'm doing the syntax as plain old comma-separated values. Not sure if this is the best approach, but my other ideas were weird to try to implement and I'm not sure if there would've really been much better. If any of you have any ideas for better syntax, let me know.

Resolves #26

EDIT: When I was working on this originally a couple of weeks ago I apparently added in a quick fix for the @Lisa praise bug, so this also Resolves #73