Synbulat Biishev
Synbulat Biishev
**Please describe the changes this PR makes and why it should be merged:** This PR splits `CommandInteractionOptionResolver` to make methods visible in the docs only what are available in the...
**Please describe the changes this PR makes and why it should be merged:** This PR adds generic type to `ActionRowBuilder.from()`. Currently we can create typed `ActionRowBuilder` using the `.from()` static...
**Please describe the changes this PR makes and why it should be merged:** This PR adds a new method. The subtract method returns a new structure containing items where the...
I have formatted config.js to make it more readable
**Please describe the changes this PR makes and why it should be merged:** This PR adds `GuildChannelManager#addFollower()` method. **Status and versioning classification:** - Code changes have been tested against the...
**Please describe the changes this PR makes and why it should be merged:** This PR removes `ActionRow.from()` since it contains incorrect docs, has no types and shouldn't be in a...
**Please describe the changes this PR makes and why it should be merged:** This PR changes the return type of `NewsChannel#addFollower()` method to the created webhook id. **Status and versioning...
**Please describe the changes this PR makes and why it should be merged:** This PR adds new iterators and getters that allow you use collectors without deep nesting. **Status and...
**Please describe the changes this PR makes and why it should be merged:** We don't need `BitField#toArray()` since we can do `Array.from()` or `[...]`. Also there was `.array()` which cached...
**Please describe the changes this PR makes and why it should be merged:** This PR renames some interaction methods to not be confused. | Method | Description | |---------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------| |...