A Discord bot for setting reminders for yourself and your friends.
RemindBot is a bot that can be added to Discord servers to set periodic reminders. It allows users to call it as a command and provide a set interval of to remind them after.
- Clone the repository
- Run
yarn installinside the root of the project - Create a Discord application by following these steps
- Create a
.envfile in the project and set the token from the Discord bot you created as follows:
TOKEN=[your bot's token] - Run
node index.js - Add your bot to your servers and begin using it
The bot takes a single command, formatted as follows:
!remind [amount of time] [unit of time] [mentions]
- Amount of time: a positive integer
- Unit of time:
sec,min, orhr - Mentions: a list of users that will be mentioned when the set time has elapsed. The mention is formatted as such:
@[username/nickname]