Browse Source

Clarify that Client.logs_from can take a PrivateChannel too.

pull/146/merge
Rapptz 9 years ago
parent
commit
6b4d22ce81
  1. 2
      discord/client.py

2
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.

Loading…
Cancel
Save