From 96a3141a13fd748b3653be2d816ead6bb996e7c1 Mon Sep 17 00:00:00 2001 From: Paillat Date: Thu, 28 Nov 2024 09:44:24 +0100 Subject: [PATCH] :memo: CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9547fbafc..f61c46ca11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -62,6 +62,8 @@ These changes are available on the `master` branch, but have not yet been releas ([#2624](https://github.com/Pycord-Development/pycord/pull/2624)) - Fixed `AttributeError` when accessing `Member.guild_permissions` for user installed apps. ([#2650](https://github.com/Pycord-Development/pycord/pull/2650)) +- Fixed `Interaction.channel` was malformed. + ([#2658](https://github.com/Pycord-Development/pycord/pull/2658)) ### Changed