Discord Reminder app
This app can remind you at the specified time, with a custom message, just through the use of a prefix command.
It is simple to use. You just need to:
• Make sure your Discord bot is ready, linked and in a server!
• Set your bot's prefix in the environment variables when installing.
You should also change the prefix in the endpoint selectors in remind.js and c-remind.js
They should look like this:
Commands
!remind [time] [custom message]
Example usage: !remind 3h my custom reminder
- Sets a reminder called 'my custom reminder' in 3 hours
!c-remind [key OR -a (all reminders for the user) ]
Example usage: !c-remind efce3
- Cancels the reminder with key efce3
You should then get a confirmation message
Notes
• The time argument (3h
) can be in minutes(m), hours(h) or days(d)
• The bot will remind you in the same channel that you set the reminder in
• You will be reminded to the nearest 5 minutes, which is adjustable but uses up requests.
Adjust it in the xminutely.js file, in endpoint selector at the top
• Go to #support-request for help
or
• You can ping me (@randomguy400#7117) if you have found a bug
Built for Yolo#1337