diff --git a/CHANGELOG.md b/CHANGELOG.md index 9213577fa2..bbf54d9c22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,7 +30,7 @@ These changes are available on the `master` branch, but have not yet been releas ([#2402](https://github.com/Pycord-Development/pycord/pull/2402)) - Fixed the type-hinting of `ScheduledEvent.subscribers` to reflect actual behavior. ([#2400](https://github.com/Pycord-Development/pycord/pull/2400)) -- Fixed `ScheduledEvent.subscribers` behaviour with `limit=None`. +- Fixed `ScheduledEvent.subscribers` behavior with `limit=None`. ([#2407](https://github.com/Pycord-Development/pycord/pull/2407)) ### Changed