vi
vi
## Summary https://github.com/discord/discord-api-docs/pull/6260 Depends on #993, but can be separated easily - the two PRs can really be merged in any order. - As usual, naming is still tbd in...
## Summary https://github.com/discord/discord-api-docs/pull/6025 #### Unresolved Issues - There are a couple `TODO`s that could use some discussion, mostly regarding design. - ~~I couldn't decide where to put `VoiceChannelEffect`, so for...
## Summary This PR fixes two edge cases with `ui.Modal` timeouts (`send_modal(title, id, components)` isn't affected, to be clear). ### 1. Since modals are keyed by `(user_id, custom_id)`, sending two...
### Summary See title ### Reproduction Steps Create a command, add an injection parameter (`arg`) which itself has another injection parameter (`d`). Autocomplete for options of the nested injection parameter...
(originally part of #819) The [changelog](https://github.com/DisnakeDev/disnake/blob/master/.github/workflows/changelog.yaml) workflow sometimes(?) just doesn't run after creating a PR, it gets stuck in "expected" indefinitely. Due to the concurrency rules only one instance of...
## Summary https://github.com/discord/discord-api-docs/commit/f0d1615432dada83e34c37972b3d1661735caf59 Adds new `SKUType`s and `EntitlementType`s, as well as `Entitlement.consumed` and an `Entitlement.consume()` method. ## Checklist - [x] If code changes were made, then they have been tested...
## Summary https://discord.com/developers/docs/change-log#modify-guild-member-flags-field-permissions ## Checklist - [ ] If code changes were made, then they have been tested - [ ] I have updated the documentation to reflect the changes...
## Summary Pretty self-explanatory - adds `Guild.bulk_ban([user1, user2, ...])`, as well as `BulkBanResult` for the API response. Unlike `Guild.ban`, the default for this is set not to delete any messages....
This is sort of a rehash of #614 (and #1045). There are still a couple issues, mainly when used in cogs, many owing to the fact that overloads and generic...
## Summary https://github.com/discord/discord-api-docs/commit/1eaa1af5677712957479c9959132003b79396e24 :woo: This is still wip. The current state already works fine, just a few rough edges. The API isn't... great. Particularly some of the terminology/naming used is...