mirror of
https://github.com/discordeno/discordeno.git
synced 2026-05-31 16:00:07 +00:00
* Add type helpers for typeLevel based desired props This also fixes / added a few stuff that was missing in exiting types & transformers, however due to this a few transformers got a breaking change due to the need to pass down the shardId * Fix benchmark type error * Add the generics to createBot / Bot / .. This caused a lot of breaking changed due to the required generics on a bunch of types * Fix benchmark type error? * Fix benchmarks type error * Fix E2E test type error * remove defaultDesiredPropertiesValue * Remove `internal` jsdoc from CompleteDesiredProprieties * Add tests for createDesiredPropertiesObject * Fix interaction.bot type * Remove Capitalize type helper It is already built-in into typescript as an intrinsic * Fix typo * Update message on missing desired properties * Fix CI * Move infer types to 'transformers.$inferredTypes' * Fix CI * Fix CI, again * Use GatewayHandlers in params of create function * change default behavior to remove key * Fix CI * fix types for e2e test