Vismar / CinderBot

Desktop twitch bot.
http://cinderbot.com/en/
GNU General Public License v3.0
7 stars 2 forks source link

Commands do not executes after midnight #72

Closed Vismar closed 7 years ago

Vismar commented 7 years ago

Description

After midnight commands will not be executed if bot was launched before midnight.

Reason

Because commands stores time of last use, so after midnight current time become less than previously.

Fix

Store not just time but date.