Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add slowmode_delay attribute to discord.VoiceChannel #2112

Merged
merged 13 commits into from
Nov 29, 2023
Prev Previous commit
Next Next commit
Merge branch 'master' into master
Signed-off-by: Middledot <78228142+Middledot@users.noreply.github.com>
  • Loading branch information
Middledot authored Sep 20, 2023
commit 582086a5d83dc81ee40e1535f5fa25e6a417d14f
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,19 @@ These changes are available on the `master` branch, but have not yet been releas
([#2106](https://github.com/Pycord-Development/pycord/pull/2106))
- Added `slowmode_delay` attribute to `discord.VoiceChannel`.
([#2112](https://github.com/Pycord-Development/pycord/pull/2112))
- Added Annotated forms support for type-hinting slash command options.
([#2124](https://github.com/Pycord-Development/pycord/pull/2124))
- Added `suppress` and `allowed_mentions` parameters to `Webhook` and
`InteractionResponse` edit methods.
([#2138](https://github.com/Pycord-Development/pycord/pull/2138))
- Added `wait_finish` parameter to `VoiceClient.play` for awaiting the end of a play.
([#2194](https://github.com/Pycord-Development/pycord/pull/2194))
- Added support for custom bot status.
([#2206](https://github.com/Pycord-Development/pycord/pull/2206))
- Added function `Guild.delete_auto_moderation_rule`.
([#2153](https://github.com/Pycord-Development/pycord/pull/2153))
- Added `slowmode_delay` attribute to `discord.VoiceChannel`.
its-darsh marked this conversation as resolved.
Show resolved Hide resolved
([#2112](https://github.com/Pycord-Development/pycord/pull/2112))

### Changed

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.