Pedro12909 / RexCord

A Discord Bot written in Java
MIT License
7 stars 4 forks source link

Fixes #31: Remindme feature added #42

Closed EthanTheMaster closed 6 years ago

EthanTheMaster commented 6 years ago

Added the Remindme feature(Issue #31 )! To do the date interpretation, I used the Natty library which can handle fairly complex date queries. To send reminders, a thread will be created at startup and it will loop forever checking for any reminders needing to be sent.

Command: //remindme _datequery "message"

EthanTheMaster commented 6 years ago

Ok, I fixed the problem. The Unit Test now tests the example config file instead of the actual config file.

Pedro12909 commented 6 years ago

Looks great! Thanks @EthanTheMaster !