mirror of
https://github.com/discordeno/discordeno.git
synced 2026-05-31 16:00:07 +00:00
* misc: Make the token a required property on the rest manager. * refactor: Make unnecessarily required properties optional. * misc: Improve interface for `createBot()` and allow passing in `transformers`/`handlers`. * fix: Test made redundant by changes still being included. * fix: Missing non-null assertions. * fix: Benchmarks failing. * misc: Remove `cache.requestMembers.pending` as an exposed option. * style: Switch back to interface approach.