aboutsummaryrefslogtreecommitdiff
path: root/discord/client.py
diff options
context:
space:
mode:
authorRapptz <[email protected]>2016-08-14 16:53:43 -0400
committerRapptz <[email protected]>2016-08-14 16:53:43 -0400
commitb1da659374d179df622bc01a4c7b08ec4d89e0be (patch)
treee990cd4479a1f6949a482aea8352debffa6559f2 /discord/client.py
parentDocument what it means that an object is not edited in-place explicitly (diff)
downloaddiscord.py-b1da659374d179df622bc01a4c7b08ec4d89e0be.tar.xz
discord.py-b1da659374d179df622bc01a4c7b08ec4d89e0be.zip
Document that Client.get_channel works with PrivateChannel too.
Diffstat (limited to 'discord/client.py')
-rw-r--r--discord/client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/client.py b/discord/client.py
index e9ec0c56..9fdc8cf2 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.