Skip to content

Commit d524080

Browse files
authored
Update CHANGELOG.md
Signed-off-by: Om <92863779+Om1609@users.noreply.github.com>
1 parent b79ee5e commit d524080

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ These changes are available on the `master` branch, but have not yet been releas
3131
- Removed `@client.once()` in favour of `@client.listen(once=True)`.
3232
([#1957](https://github.com/Pycord-Development/pycord/pull/1957))
3333

34+
### Fixed
35+
36+
- Fixed `AttributeError` caused by
37+
[#1957](https://github.com/Pycord-Development/pycord/pull/1957) when using listeners
38+
in cogs ([#1989](https://github.com/Pycord-Development/pycord/pull/1989))
39+
3440
## [2.4.1] - 2023-03-20
3541

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

5558
## [2.4.0] - 2023-02-10
5659

0 commit comments

Comments
 (0)