Tech's random bot for Kumo Desu discord server.
- Install poetry (
curl -sSL https://install.python-poetry.org | python3 -) - Install dependencies (
poetry install) - Setup your files (
config.json,secret.json) - Run the program! (
poetry run python -m kumo_bot)
- Prep your
secret.json! (and at least touchconfig.json.) - Run the container!
docker run -d \ --name kumo \ --restart unless-stopped \ -v "$(pwd)/secret.json:/code/secret.json" \ -v "$(pwd)/config.json:/code/config.json" \ techttgames/kumofeaturedbot