Skip to content

Commit 9a7f49e

Browse files
committed
fix: 🐛 Fix AttributeError when accessing AuditLogEntry.changes more than once (Pycord-Development#2882)
* 🐛 Fix `AttributeError` when accessing `AuditLogEntry.changes` more than once * 📝 CHANGELOG (cherry picked from commit 54ca771)
1 parent c4e93c4 commit 9a7f49e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ These changes are available on the `master` branch, but have not yet been releas
140140
([#2843](https://github.com/Pycord-Development/pycord/pull/2843))
141141
- Fixed `TypeError` when using `@option` with certain annotations and along with
142142
`channel_types`. ([#2835](https://github.com/Pycord-Development/pycord/pull/2835))
143+
- Fixed `AttributeError` when accessing `AuditLogEntry.changes` more than once.
144+
([#2882])(https://github.com/Pycord-Development/pycord/pull/2882))
143145

144146
### Changed
145147

0 commit comments

Comments
 (0)