Results 185 issues of arielle

## Summary Readds modal selects. continuation of #558, #598 ## Checklist code is the same from the approved #558 pull.

t: api support
s: waiting for api/docs
do not merge

## Summary ## Checklist - [ ] If code changes were made, then they have been tested - [ ] I have updated the documentation to reflect the changes -...

breaking change
p: medium
s: in progress
s: needs review

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

s: in progress
s: needs review
t: bugfix

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

p: low
s: in progress
s: blocked
t: bugfix

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

bug
help wanted
p: medium

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

t: enhancement
breaking change
p: high
s: in progress
t: refactor/typing/lint
do not merge
t: bugfix

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

bug
help wanted

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

s: needs review
t: tests
skip news

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

feature request

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

feature request