SOBotics / notepad

Small notepad bot for the room
0 stars 3 forks source link

Time Format Improvements/Timer Persistence #8

Closed danbopes closed 6 years ago

danbopes commented 6 years ago

Adds persistence for timers. Stores datetime/message ID's in text file when created, and upon bot initialization restarts timers.

Additionally, improves PR #7 with better checking, whitespace free duration, as well as allowing backwards compatibility. "remindme 30" will now work with a duration of 30 minutes.

Closes #3. Closes #5.