WIP fluxer bot
0
fork

Configure Feed

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

add more todo to readme

nnuuvv 0e678973 8a81e661

+9
+6
README.md
··· 23 23 - [ ] notify success/failure 24 24 - [ ] fix-reaction-roles command 25 25 - [ ] spread on_event over multiple actors (per guild) 26 + - [ ] hold guild roles in actor state 27 + - [ ] handle gateway role changes 28 + - [ ] GUILD_ROLE_CREATE 29 + - [ ] GUILD_ROLE_UPDATE 30 + - [ ] GUILD_ROLE_UPDATE_BULK 31 + - [ ] GUILD_ROLE_DELETE 26 32 27 33 bug-fixes: 28 34 - [x] restart after crash / supervision
+3
server/src/server.gleam
··· 211 211 } 212 212 213 213 type CommandError { 214 + // pre-parsing 214 215 UserIsntAdmin 215 216 FailedToGetRoles 216 217 IsDirectMessage 218 + 219 + // parsing 217 220 ParseError(command.ParseError) 218 221 219 222 // execution