tisboyo / Twitch_Bot

4 stars 2 forks source link

The last !vote should count #168

Closed baldengineer closed 3 years ago

baldengineer commented 3 years ago

When a user issues multiple !vote statements, only the last one should count.

Soon I'd like to run a short clip of all of the wigs. So I can imagine someone changing their mind after seeing it.

tisboyo commented 3 years ago

Unable to do in the current implementation of !vote. We are using the frameworks vote handling and the way it stores votes makes them non-reversible. It does not store each individual users vote, but a counter for each line item and a separate list of who has voted.

I will work with shark to see what we can possibly come up with, short of rolling our own vote system.