disnake
disnake copied to clipboard
feat: implement `voice_channel_effect` event
Summary
https://github.com/discord/discord-api-docs/pull/6025
Unresolved Issues
- There are a couple
TODOs that could use some discussion, mostly regarding design. - ~~I couldn't decide where to put
VoiceChannelEffect, so for now it lives indisnake.raw_models- probably not the best location though, would appreciate other ideas.~~
Checklist
- [x] If code changes were made, then they have been tested
- [x] I have updated the documentation to reflect the changes
- [x] I have formatted the code properly by running
pdm lint - [x] I have type-checked the code by running
pdm pyright
- [ ] This PR fixes an issue
- [x] This PR adds something new (e.g. new method or parameters)
- [ ] This PR is a breaking change (e.g. methods or parameters removed/renamed)
- [ ] This PR is not a code change (e.g. documentation, README, ...)
@shiftinv would you please resolve conflicts?
Do we need to wait on the docs PR for this? I'm not quite sure if they plan to ever merge it.
Probably, yea. It's not that important of a feature anyway, so personally I'm fine with waiting a little longer.