From 6b4d22ce810e7a263e31ec487785ba62b3d95f56 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sat, 18 Jun 2016 02:15:36 -0400 Subject: [PATCH] Clarify that Client.logs_from can take a PrivateChannel too. --- discord/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/client.py b/discord/client.py index 039188efe..e7ef7073a 100644 --- a/discord/client.py +++ b/discord/client.py @@ -1187,7 +1187,7 @@ class Client: Parameters ----------- - channel : :class:`Channel` + channel : :class:`Channel` or :class:`PrivateChannel` The channel to obtain the logs from. limit : int The number of messages to retrieve.