Add expiration_datetime column in polls table instead of hours duration
Allow users to define expiration time in hours and minutes
Send poll results to the author in DM
There is a bug where users can vote for many options in unique choice polls while bot is offline. Bot checks now on startup if there are users who voted for more than 1 option and only keep 1 vote if needed.
There is a bug where users can vote for many options in unique choice polls while bot is offline. Bot checks now on startup if there are users who voted for more than 1 option and only keep 1 vote if needed.
Fix omission on
hours_duration
column deletioncloses #103