Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

further fix for command parents #1673

Merged
merged 2 commits into from
Oct 6, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update changelog
  • Loading branch information
BobDotCom committed Oct 6, 2022
commit 4d3dc1d920644b86b02b2f12734d258c1a17a555
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@ possible (see our
[Version Guarantees](https://docs.pycord.dev/en/stable/version_guarantees.html) for more
info).

## [Unreleased]
## [2.2.2] - 2022-10-05

### Fixed

- Fixed `parent` attribute of second level subcommands being set to the base level
command instead of the direct parent.
([#1673](https://github.com/Pycord-Development/pycord/pull/1673))

## [2.2.1] - 2022-10-05

Expand Down Expand Up @@ -391,7 +397,8 @@ info).
- Fix py3.10 UnionType checks issue.
([#1240](https://github.com/Pycord-Development/pycord/pull/1240))

[unreleased]: https://github.com/Pycord-Development/pycord/compare/v2.2.1...HEAD
[unreleased]: https://github.com/Pycord-Development/pycord/compare/v2.2.2...HEAD
[2.2.2]: https://github.com/Pycord-Development/pycord/compare/v2.2.1...v2.2.2
[2.2.1]: https://github.com/Pycord-Development/pycord/compare/v2.2.0...v2.2.1
[2.2.0]: https://github.com/Pycord-Development/pycord/compare/v2.1.3...v2.2.0
[2.1.3]: https://github.com/Pycord-Development/pycord/compare/v2.1.2...v2.1.3
Expand Down