From b1da659374d179df622bc01a4c7b08ec4d89e0be Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sun, 14 Aug 2016 16:53:43 -0400 Subject: [PATCH] Document that Client.get_channel works with PrivateChannel too. --- discord/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/client.py b/discord/client.py index e9ec0c560..9fdc8cf2b 100644 --- a/discord/client.py +++ b/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.