From 0b4e338cb8827aa74b169a6806204712e80b49af Mon Sep 17 00:00:00 2001 From: Kira Date: Wed, 11 Mar 2026 14:46:44 -0400 Subject: [PATCH] not a thing yet --- README.md | 4 ---- 1 file changed, 4 deletions(-) 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`