This bot allows you to set reminders to ping yourself with a direct message at a specified time. Schedule messages easily and manage your reminders by direct messaging the bot with simple commands!
Click here to invite the bot to your server, no permissions required.
Run the following commands in a terminal:
git clone https://github.com/pandahut-network/feedback-bot.git
cd reminder-bot
npm install
npm start
- Bot functionality: Discord.js
- Database functionality: MongoDB
All interactions take place via direct messages. When you invite the bot to a server, everyone on the server can start using this bot if their DM settings allow it. Type /
to view all commands and info on how to use them.
/add
Adds a reminder by specifying a time, date, and message.
Arguments:
-
message
The message to notify you with. -
time: <hour:minute><am|pm>
The time to send the notification. -
date: <month/day/year>
The date to send the notification. Leave this blank to default to the current day, or leaveyear
blank to default to the current year.
/remove <id>
Removes a specific reminder in the list by ID.
/clear
Removes all reminders.
/list
Lists all active reminders.
Before you start using the bot, you must type /timezone <offset>
where <offset>
is the number of hours your time zone is offset from Coordinated Universal Time. Click here to find your time zone. The offset is the number at the bottom of the map on the highlighted strip when you hover over your location.
- Support for relative time units when creating a reminder
- Support for intervals (repeating reminders)