From 5d3f0b9c8890d09337386246089ea1a59b6370a3 Mon Sep 17 00:00:00 2001 From: Marc13 Date: Thu, 27 Jul 2023 18:03:11 +0200 Subject: [PATCH] Add changelog entry --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a22982689d..e30301964b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -158,6 +158,8 @@ These changes are available on the `master` branch, but have not yet been releas `Webhook` class. ([#2156](https://github.com/Pycord-Development/pycord/pull/2156)) - Fixed `ScheduledEvent.creator_id` returning `str` instead of `int`. ([#2162](https://github.com/Pycord-Development/pycord/pull/2162)) +- Fixed `_bytes_to_base64_data` not defined. + ([#2185](https://github.com/Pycord-Development/pycord/pull/2185)) ## [2.4.1] - 2023-03-20