Currently, all messages are taken toLowerCase() and returned as query in recieveMessage. When setting the reminder message, though, capitalization should remain intact.
We must make sure that if we do not make query lowercase beforehand, we do that before passing to other functions (like setTimeOrDay).
Currently, all messages are taken
toLowerCase()and returned asqueryin recieveMessage. When setting the reminder message, though, capitalization should remain intact.We must make sure that if we do not make
querylowercase beforehand, we do that before passing to other functions (likesetTimeOrDay).