A Discord bot made with Python used for making reminders for yourself and friends!
The bot uses TinyDB to create file based databases in readable json format. This makes it easy to manage saved data.
/ping
/help
/reminder create
/reminder list
/reminder edit
/reminder delete
-
Make sure you got an application set up here
-
Clone the repository and unpack it somewhere safe.
-
Make sure to have python3 installed and install the
requirements.txt
packages. -
Create a
.env
file at the root of the project containing the following. Make sure to replace the parameters inside<...>
with your own parameters!TOKEN='<YOUR BOTS TOKEN>' REMINDER_CHANNEL_ID = '<THE CHANNEL-ID FOR REMINDERS>'
-
Run the bot with
python3 main.py
and you're done!
Any problems? Feel free to contact me on discord: @viovyx
- add help command
- pishock support?
- make private reminder hidden on reminding!!