Browse Source

Document that Client.get_channel works with PrivateChannel too.

pull/294/merge
Rapptz 9 years ago
parent
commit
b1da659374
  1. 2
      discord/client.py

2
discord/client.py

@ -1118,7 +1118,7 @@ class Client:
Parameters
------------
channel: :class:`Channel`
channel: :class:`Channel` or :class:`PrivateChannel`
The text channel to retrieve the message from.
id: str
The message ID to look for.

Loading…
Cancel
Save