Synbulat Biishev

Results 14 issues of 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...

interactions
semver:major
packages:discord.js

**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...

semver:patch
typings
packages:discord.js

**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...

semver:minor
packages:collection

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...

semver:minor
REST
packages:discord.js

**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...

semver:major
packages:discord.js
blocked

**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...

semver:major
packages:discord.js

**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...

semver:major
packages:discord.js

**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...

semver:major
utility
packages:discord.js
blocked

**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 | |---------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------| |...

interactions
semver:major
packages:discord.js