A self-contained Discord bot that checks variants.ini
files using Fairy-Stockfish.
- Accepts
.ini
file uploads or inline text via!check
- Uses Fairy-Stockfish's
check
command - Fully self-contained, builds FSF via Docker
- Deployable on Render
In any Discord channel:
!check
[attach variants.ini]
!check
[myvariant]
option = value
- Push this repo to GitHub.
- Go to Render.com → Create a new Background Worker.
- Choose "Docker" as environment.
- Add environment variable:
DISCORD_BOT_TOKEN
- Deploy!
- FSF is compiled from source inside the container.
- Output is truncated to fit within Discord message limits.