not a thing yet
All checks were successful
Build and Push Docker Image / build (push) Successful in 23s

This commit is contained in:
2026-03-11 14:46:44 -04:00
parent b8880f9a17
commit 0b4e338cb8

View File

@@ -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`