From fb32e22c625604dfe2e3f7ded2fc5c816591a56e Mon Sep 17 00:00:00 2001 From: Paillat Date: Fri, 11 Oct 2024 18:02:47 +0200 Subject: [PATCH] :bookmark: Changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e18ad29c0..2d6efd9747 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,6 +44,8 @@ These changes are available on the `master` branch, but have not yet been releas ([#2595](https://github.com/Pycord-Development/pycord/pull/2595)) - Fixed commands with `BucketType.cagegory` cooldown causing issues in private channels. ([#2603](https://github.com/Pycord-Development/pycord/pull/2603)) +- Fixed `Role.is_integration` to alias `Role.managed`. Usage of `Role.managed` should be + preferred. ([#2606](https://github.com/Pycord-Development/pycord/pull/2606)) ### Changed