···11+## Development
22+33+```sh
44+nix develop
55+66+just dev
77+```
88+`./server/.envrc` needs to contain `export FLUXER_BOT_TOKEN=`
99+1010+## Deployment
1111+`Dockerfile` and example `docker-compose.yml` to be added
1212+1313+1414+## TODO
1515+features:
1616+:white_check_mark: add roles
1717+:white_check_mark: same role different emotes
1818+:x: handle duplicate emotes
1919+:x: remove roles
2020+:x: way to remove emote->role mappings
2121+:x: clean up
2222+:x: notify success/failure
2323+:x: notify success/failure
2424+:x: fix-reaction-roles command
2525+:x: spread on_event over multiple actors (per guild)
2626+2727+bug-fixes:
2828+:white_check_mark: restart after crash / supervision
2929+:x: bot giving itself all roles
3030+