Skip to content

Commit

Permalink
fix: auditlogs after param for fetch is ignored
Browse files Browse the repository at this point in the history
Signed-off-by: Lala Sabathil <[email protected]>
  • Loading branch information
Lulalaby authored Dec 19, 2023
1 parent 87d3d8a commit 8e93da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/iterators.py
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ def __init__(
self.before = before
self.user_id = user_id
self.action_type = action_type
self.after = OLDEST_OBJECT
self.after = after or OLDEST_OBJECT
self._users = {}
self._state = guild._state

Expand Down

0 comments on commit 8e93da2

Please sign in to comment.