Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
Signed-off-by: Om <92863779+Om1609@users.noreply.github.com>
  • Loading branch information
OmLanke authored Mar 29, 2023
1 parent b79ee5e commit d524080
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ These changes are available on the `master` branch, but have not yet been releas
- Removed `@client.once()` in favour of `@client.listen(once=True)`.
([#1957](https://github.com/Pycord-Development/pycord/pull/1957))

### Fixed

- Fixed `AttributeError` caused by
[#1957](https://github.com/Pycord-Development/pycord/pull/1957) when using listeners
in cogs ([#1989](https://github.com/Pycord-Development/pycord/pull/1989))

## [2.4.1] - 2023-03-20

### Changed
Expand All @@ -48,9 +54,6 @@ These changes are available on the `master` branch, but have not yet been releas
([#1955](https://github.com/Pycord-Development/pycord/pull/1955))
- Fixed `reason` being passed to wrong method in `guild.create_auto_moderation_rule`.
([#1960](https://github.com/Pycord-Development/pycord/pull/1960))
- Fixed `AttributeError` caused by
[#1957](https://github.com/Pycord-Development/pycord/pull/1957) when using listeners
in cogs ([#1989](https://github.com/Pycord-Development/pycord/pull/1989))

## [2.4.0] - 2023-02-10

Expand Down

0 comments on commit d524080

Please sign in to comment.