From 4beaa1c9f87f2858b739168f69387a8fbb49ec24 Mon Sep 17 00:00:00 2001 From: YoggieS <61660055+yoggys@users.noreply.github.com> Date: Thu, 21 Mar 2024 20:46:38 +0100 Subject: [PATCH] Update CHANGELOG.md Signed-off-by: YoggieS <61660055+yoggys@users.noreply.github.com> --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14805c965f..f1356bc6b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,13 +21,13 @@ These changes are available on the `master` branch, but have not yet been releas - Fixed the type-hinting of `Member.move_to` and `Member.edit` to reflect actual behavior. ([#2386](https://github.com/Pycord-Development/pycord/pull/2386)) -- Fixed the type-hinting of `ScheduledEvent.subscribers` to reflect actual behavior. - ([#2400](https://github.com/Pycord-Development/pycord/pull/2400)) - Fixed a deprecation warning from being displayed when running `python -m discord -v` by replacing the deprecated module. ([#2392](https://github.com/Pycord-Development/pycord/pull/2392)) - Fixed `Paginator.edit` to no longer set user to the bot. ([#2390](https://github.com/Pycord-Development/pycord/pull/2390)) +- Fixed the type-hinting of `ScheduledEvent.subscribers` to reflect actual behavior. + ([#2400](https://github.com/Pycord-Development/pycord/pull/2400)) ### Changed