arielle
arielle
## Summary Readds modal selects. continuation of #558, #598 ## Checklist code is the same from the approved #558 pull.
## Summary ## Checklist - [ ] If code changes were made, then they have been tested - [ ] I have updated the documentation to reflect the changes -...
## Summary ## Checklist - [x] If code changes were made, then they have been tested - [x] I have updated the documentation to reflect the changes - [x] I...
## Summary If the channel is not cached (or the bot in not in the server) this will make has_permissions work on interactions. ## Checklist - [x] If code changes...
### Summary Copying a text channel (and probably others) is not an exact copy of a channel ### Reproduction Steps Create or modify a channel Clone it using the clone...
## Summary Refactors app command sync and lays the groundwork to implement GH-665 (but doesn't do it as of now) - closes GH-260 - closes GH-265 - closes GH-277 -...
### Summary messages sent with Inter.followup.send cannot be edited after 15 minutes ### Reproduction Steps see code below ### Minimal Reproducible Code ```python await inter.send('h') m = await inter.followup.send('h') await...
## Summary originally part of #605, but separated due to scope. Requires #605, however this could be merged into 605 and then into master. ## Checklist - [x] If code...
### Summary Injection autocomplete ### What is the feature request for? disnake.ext.commands ### The Problem Can't autocomplete parameters provided by injections. ### The Ideal Solution at minimum: `Injection.autocomplete()` decorator which...
### Summary Incomplete typing on commands.register_injection and Injection ### What is the feature request for? disnake.ext.commands ### The Problem using commands.register_injection doesn't return anything which means this injection cannot be...