Dan
Dan
Should be a nested Elm app.
0-5 represent the six directions on a hexagonal grid. I could replace them with `E | NE | N | NW | W | SW | S | SE`. Pros:...
koa-bouncer's main abstraction only works on top-level values in the query/body/param objects. One idea for solving this without changing koa-bouncer much is to support some sort of dot notation: https://www.npmjs.com/package/dot-object...
Used to work but now `modifyGuildMember` returns `403 Forbidden {"message": "Missing Permissions", "code": 50013}` from Discord API. While this is broken, new users cannot join the Guild's Discord server. 👎
- [x] New Users not getting intro PMs - This should work as long as `WELCOME_POST_ID` and `STAFF_REPRESENTATIVE_ID` are set. - [ ] Spam bots getting past Current Filter -...
https://www.roleplayerguild.com/posts/5453253
https://github.com/danneu/guild/pull/204 Maybe some users care about this data. I could jot it down into this issue and then delete it from the db.
User reports that they've lost progress multiple times by accidentally pressing Cancel to leave preview mode. Easy enough for me to remove the button from preview mode and also distance...