No description
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.
Find a file
2021-08-29 23:28:25 +00:00
volumes Initial commit. 2021-08-27 22:24:24 +00:00
.gitignore Initial commit. 2021-08-27 22:24:24 +00:00
docker-compose.yml Initial readme, minor formatting changes. 2021-08-29 23:28:25 +00:00
Dockerfile Initial commit. 2021-08-27 22:24:24 +00:00
README.md Initial readme, minor formatting changes. 2021-08-29 23:28:25 +00:00
requirements.txt Initial commit. 2021-08-27 22:24:24 +00:00
werefox_discord_bot.py Initial readme, minor formatting changes. 2021-08-29 23:28:25 +00:00

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