Denis-Adrian Cristea
Denis-Adrian Cristea
**Please describe the changes this PR makes and why it should be merged:** This PR makes buckets an abstract class that can be implemented. You can now write your own...
Read about what a pure ESM package is [here](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c). More info in #93 Currently blocked by Jest support.
- [ ] Profile report - [ ] Pre-configured report reasons - [ ] Message report - [ ] DM report
**Please describe the changes this PR makes and why it should be merged:** Closes #8015 Change list/resolution points: - [x] remove `@discordjs/formatters` re-export (deprecated currently) - [x] remove `SelectMenuBuilder` and...
Hey there! We're swapping to zod in our library for validation and we have the following use case: ```ts // some-dependency enum Something { X, Y, Z } ``` We're...