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 039188ef..e7ef7073 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. |