gerard-botler/README.md

359 B

gerard-botler

discord bot for a friend

deploy stuff

Clone the repo, and in the root run the container:

docker build -t <name> .
docker run --env BOTLER_TOKEN=<token> <name>

Python stuff

Source venv:

source botler/bin/activate

to escape:

deactivate

more on venvs here