# Werefox Discord Bot This is a Discord bot I've made in Python to use for the Discord server I'm putting together for my streams. ## Setup Right now I've only tested the bot in a Docker container. The following command will build the container from the `Dockerfile` incuded and then run it. `sudo docker-compose up --build --force-recreate --remove-orphans -d` If you wish to simply run the container without re-building it, you can remove the `--build` and `--force-recreate` tags. `sudo docker-compose up --remove-orphans -d` Additionally, in most cases, `--remove-orphans` is not strictly necessary. ## Usage _TODO: This section should probably point to a wiki of commands and such..._