diff options
| author | Rapptz <[email protected]> | 2016-08-14 16:53:43 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2016-08-14 16:53:43 -0400 |
| commit | b1da659374d179df622bc01a4c7b08ec4d89e0be (patch) | |
| tree | e990cd4479a1f6949a482aea8352debffa6559f2 /discord/client.py | |
| parent | Document what it means that an object is not edited in-place explicitly (diff) | |
| download | discord.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.py | 2 |
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. |