aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--discord/client.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/discord/client.py b/discord/client.py
index 4c1e36d1..a0de20f9 100644
--- a/discord/client.py
+++ b/discord/client.py
@@ -1123,6 +1123,9 @@ class Client:
if message.author == client.user:
counter += 1
"""
+ before = getattr(before, 'id', None)
+ after = getattr(after, 'id', None)
+
return self.http.logs_from(channel.id, limit, before=before, after=after)
if PY35: