I used array.pop instead of array.splice for some reason. I thought it would work, but I guess I didn't read MDN thoroughly enough when I first implemented this function.
* Rewrite parseTime to use seconds instead of ms * Move parseTime to timer subdirectory * Implement checkTimer and sendTimerReminder.