Astrea

Results 25 issues of Astrea

### Problem Description Discord recently (literally today) announced "user-installable applications", which are applications that can be installed to a user rather than a guild. This allows users to have certain...

enhancement

### Problem Description Exactly what the title says. No, I'm not making it up, this is genuinely a thing. It's not on the Discord docs, but it [already has a...

### Page https://interactions-py.github.io/interactions.py/ ### Problem description > Note: the purpose of this issue is to essentially say "yeah, we know the search on the docs sucks, here's why it can't...

documentation
pending
on hold

## Pull Request Type - [ ] Feature addition - [x] Bugfix - [ ] Documentation update - [ ] Code refactor - [x] Tests improvement - [ ] CI/CD...

### Library Version unstable ### Describe the Bug Currently, in our voice support, we [use audioop](https://github.com/interactions-py/interactions.py/blob/a8f6fcfc165d11efed3a623c2d9e32a5caf4595e/interactions/api/voice/audio.py#L1) for a [specific line](https://github.com/interactions-py/interactions.py/blob/a8f6fcfc165d11efed3a623c2d9e32a5caf4595e/interactions/api/voice/audio.py#L381) in it. As noted in [PEP 594](https://peps.python.org/pep-0594/#audioop) though, audioop is...