diff --git a/CHANGELOG.md b/CHANGELOG.md index 83ecc2ac97..9cd77eb2ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -103,6 +103,8 @@ These changes are available on the `master` branch, but have not yet been releas - Replaced `Client.fetch_entitlements` with `Client.entitlements`, which returns an `EntitlementIterator`. ([#2490](https://github.com/Pycord-Development/pycord/pull/2490)) +- Changed the error message that appears when attempting to add a subcommand group to a + subcommand group. ([#2275](https://github.com/Pycord-Development/pycord/pull/2275)) ### Removed @@ -241,8 +243,6 @@ These changes are available on the `master` branch, but have not yet been releas ([#2170](https://github.com/Pycord-Development/pycord/pull/2170)) - `BridgeOption` must now be used for arguments in bridge commands. ([#2252](https://github.com/Pycord-Development/pycord/pull/2252)) -- Changed the error message that appears when attempting to add a subcommand group to a - subcommand group. ([#2275](https://github.com/Pycord-Development/pycord/pull/2275)) ### Removed