This repository has been archived on 2025-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
werefox-discord-bot/README.md
2021-08-29 23:28:25 +00:00

698 B

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...