Danny May
Danny May
We could use the `src/res/colors.json` file for this? ```ts import colors from '@blargbot/res/colors.json'; colors.red // FF0000 ``` or even parseColor ```ts import { parse } from '@blargbot/core/utils'; parse.color('red') // FF0000...
I guess we can find a close enough color. there are 1.6k colors in that file afterall
Yeah, I guess this is more of a change than a bug fix. The only difference between the `user` binding and the `member` binding is that the `user` binding can...
Please excuse the additional files that got included. Github actions are using a newer version of node than they used to which doesnt work with the current version of yarn...
There is already a standard way to do this in OpenAPI 3 using the descriminator property of a schema https://swagger.io/docs/specification/data-models/inheritance-and-polymorphism/ Would definitely be nice to have any fields which act...
Ive updated the age based bucketing suggestion to support any number of categories. I figured that using nested ternaries would be hard to consume so I think just listing the...