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
Update CHANGELOG.md
Signed-off-by: DARSH <129121284+DARSHTRON@users.noreply.github.com>
  • Loading branch information
its-darsh authored Jun 11, 2023
commit 40bc5d5edb2173458e3f70173e2981a798314d62
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ These changes are available on the `master` branch, but have not yet been releas
([#2086](https://github.com/Pycord-Development/pycord/pull/2086))
- Added new embedded activities, Gartic Phone and Jamspace.
([#2102](https://github.com/Pycord-Development/pycord/pull/2102))

- 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

- Suppressed FFMPEG output when recording voice channels.
Expand Down