From 4b7a2a45310736f7519659cf6ff9e9a18460bd4e Mon Sep 17 00:00:00 2001 From: The Darsh <129121284+its-darsh@users.noreply.github.com> Date: Tue, 26 Sep 2023 07:19:04 +0300 Subject: [PATCH] Update CHANGELOG.md Co-authored-by: plun1331 Signed-off-by: The Darsh <129121284+its-darsh@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92c0adfafb..0034861ea5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -75,7 +75,7 @@ These changes are available on the `master` branch, but have not yet been releas ([#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`. +- Added `slowmode_delay` support to `VoiceChannel`. ([#2112](https://github.com/Pycord-Development/pycord/pull/2112)) ### Changed