diff --git a/CHANGELOG.md b/CHANGELOG.md index 7da04a101a..20b124424b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,6 +48,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 `SlashCommand`'s `ctx` parameter couldn't be `Union` type. + ([#2611](https://github.com/Pycord-Development/pycord/pull/2611)) ### Changed