From 0173c2b7e729685c5ea4cd64d5813c598e50354d Mon Sep 17 00:00:00 2001 From: plun1331 Date: Mon, 9 Sep 2024 13:07:37 -0700 Subject: [PATCH] Update CHANGELOG.md Signed-off-by: plun1331 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80929555d6..c0be148b48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -52,6 +52,8 @@ These changes are available on the `master` branch, but have not yet been releas `SortOrder`. ([#2500](https://github.com/Pycord-Development/pycord/pull/2500)) - Fixed `PartialMessage`s causing errors when created from `PartialMessageable`. ([#2568](https://github.com/Pycord-Development/pycord/pull/2500)) +- Fixed the `guild` attribute of `Member`s recieved from a `UserCommand` being `None`. + ([#2573](https://github.com/Pycord-Development/pycord/pull/2573)) ## [2.6.0] - 2024-07-09