aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--discord/client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/client.py b/discord/client.py
index 284a3faa..c034faff 100644
--- a/discord/client.py
+++ b/discord/client.py
@@ -765,7 +765,7 @@ class Client(object):
self._is_logged_in = False
log.debug(request_logging_format.format(name='logout', response=response))
- def logs_from(self, channel, limit=500):
+ def logs_from(self, channel, limit=100):
"""A generator that obtains logs from a specified channel.
Yielding from the generator returns a :class:`Message` object with the message data.