Skip to content

theinkbit/remindur-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Discord Reminder Bot

This is a discord bot which you (or your friends) can set reminders. You can specify a reason why you set the reminder and the time you wanted to reminded at (via seconds, hours, weeks, etc.) After the reminder time has been reached, you will recieve a DM with the reminder, as can be seen in the screenshots.

Sreenshots

image image image

Note:

Reminders cannot be removed once they have been set as of now.

Setup

Install the required python packages:

pip install discord.py aiofiles

Make sure to add your bot token to the main.py file. You can get one via the Discord Developer Platform website.

Then to run the bot just do:

python3 main.py

Usage

To use the bot just run one the following:

r.remind TIME REASON
/remind TIME REASON

The time uses a w (weeks), d (days), h (hours), m (minutes), s (seconds) format.

And yes, you can combine them if you want to.

Bugs

If there are any bugs, please open a bug report using the issues tab on github.

Please make sure to include useful information such as:

  • Device you are using
  • Python version (can be retrived via python3 --version)
  • Any logs

Updates

As stated above, this was just a project I made because I was bored. This may get updates if people actually use it, otherwise, this is the condition it will stay in unless I get bored again.

About

A simple reminder bot that can set reminders for users, then send them the reminder when the set time has been reached.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages