Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 913 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 913 Bytes

discord-reminder-bot

Request a scheduled reminder via DM through a discord bot

Current status

  • 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 called reminders.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

In the works:

  • 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