
A personal discord bot for journal entries connected with sqlite
This bot is connected to my personal digital ocean droplet. Just update the .env-example
to .env
and call python3 app.py
python3 -m venv ./venv
source .venv/bin/activate
pip3 install -r ./requirements.txt (not needed if already installed)
nohup python3 app.py &