Request a scheduled reminder via DM through a discord bot
-
Bot is successfully adding reminders to DB on UTC timezone
-
Successfully extracting discord user ID from DB and sending DM at correct time with original reminder message
-
Removed db file from git tracking
-
If you want to clone this repo for yourself, simply make a directory called
db
and a file calledreminders.db
in that folder
Eventually, when the bot is in any given server, you will be able to type something along the lines of
!remindme in 1 week to schedule a meeting with Bob for the 17th
The bot will then save that reminder datetime and DM you with the reminder you requested
- Working on being able to add a specific date to the !remindme command, rather than just a set number of minutes/hours/days etc
- Refactor code / file structure to condense index.js