A Discord Bot that reminds you and others to hydrate
Feel free to copy and change
If you want to test the Bot you can join This Test Discord and DM the Hydrate Bot
(only keeps working if you have at least one mutual Server with the Bot)
If you want to invite this Bot to your Server, so you dont have to join the Test Server klick on this invite
A Server with python and pip
A Database - tested with MariaDB
You need one Table with two rows
Table name: userlist
Row name 1 (data type TEXT): userid
Row name 2 (data type TEXT): active
Clone this Repository
git clone https://github.com/JannekKn/Discord-Hydrate-Bot
Install required packages with pip
pip install -r requirements.txt
Create Bot at the Discord Application Page
Change the settings-example.py file to settings.py and change the settings in it for your needs
Most important the Discord Bot Token and Database Credentials
If you are not german or just wanna change it, change the Chat Messages and Notification Messages
Run the Bot somewhere in a screen or something
python3 Bot.py