WIP fluxer bot
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add readme

nnuuvv fa02f067 be6a7bc5

+30
+30
README.md
··· 1 + ## Development 2 + 3 + ```sh 4 + nix develop 5 + 6 + just dev 7 + ``` 8 + `./server/.envrc` needs to contain `export FLUXER_BOT_TOKEN=` 9 + 10 + ## Deployment 11 + `Dockerfile` and example `docker-compose.yml` to be added 12 + 13 + 14 + ## TODO 15 + features: 16 + :white_check_mark: add roles 17 + :white_check_mark: same role different emotes 18 + :x: handle duplicate emotes 19 + :x: remove roles 20 + :x: way to remove emote->role mappings 21 + :x: clean up 22 + :x: notify success/failure 23 + :x: notify success/failure 24 + :x: fix-reaction-roles command 25 + :x: spread on_event over multiple actors (per guild) 26 + 27 + bug-fixes: 28 + :white_check_mark: restart after crash / supervision 29 + :x: bot giving itself all roles 30 +