A "Reply to Hi message" Discord (self-)bot made with Discord.py(-self)
- Clone this repository (you probably already know how to do it)
- Create a
.venv(python -m venv .venv) - Activate
.venv(source .venv/bin/activatefor Linux users) - Install all dependencies (
pip install -r requirements.txt) - Open
.envand configure every environment variable value - Run
python index.py
- Do the 5th step at the instruction above
- Run
docker run --env-file .env ghcr.io/sprucecellodev125/archiel-bot:latest