A discord bot for setting reminders
A user can create reminders in a couple of ways
!remindme
The bot hook can be in any case.
You the bot can read any time format that Python’s dataparse can.
Here are some common examples
!remindme in 2 days -m "Take the Turkey out of the oven!"
!remindme tomorrow -m "Take the Roast out of the oven!"
!remindme January 12, 2012 10:00 PM EST -m "Travel to the past and take the Turkey out of the oven!"
The message should follow a -m
flag surrounded in quotes.
This can be any string text that Discord can render.