This bot is the custom server management bot which runs on the Scuffcord discord server.
This repo will deploy into OCI using CI/CD.
If you would like to run locally:
- Copy config.template.yml to
config.yml
- Run the following
docker run -v --rm $(pwd)/config.yml:/app/config.yml $(docker build -q .)