diff --git a/README.md b/README.md index 4d5b743..5d60a64 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,3 @@ you can also build the image with docker-compose, by replacing `image: git.cesiu for the full functionality of the bot, you can copy `config.json.default` to `config.json` and fill it in. it'll need to be in the main directory, and for docker that means mounting it as a volume with `-v ./config.json:/app/config.json` - -## profile picture rotation - -it'll take everything in ./avatars and shuffle them before rotating through them. this can also be mounted for docker with `-v ./avatars:/app/avatars`