diff options
| -rw-r--r-- | discord/client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/client.py b/discord/client.py index ed01351f..a39f8227 100644 --- a/discord/client.py +++ b/discord/client.py @@ -1085,7 +1085,7 @@ class Client: if check is None: check = lambda m: True - iterator = LogsFromIterator(self, channel, limit, before, after) + iterator = LogsFromIterator.create(self, channel, limit, before=before, after=after) ret = [] count = 0 |