aboutsummaryrefslogtreecommitdiff
path: root/discord/client.py
diff options
context:
space:
mode:
authorJosh <[email protected]>2021-08-22 19:50:28 +1000
committerGitHub <[email protected]>2021-08-22 05:50:28 -0400
commit9727b56503a8ae091b054ca228b17e405611f1fc (patch)
tree1f0a31408118b37abb77e4c07e617aede651785a /discord/client.py
parentTypehint oggparse.py (diff)
downloaddiscord.py-9727b56503a8ae091b054ca228b17e405611f1fc.tar.xz
discord.py-9727b56503a8ae091b054ca228b17e405611f1fc.zip
Fix references in docs
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 acd1fda8..1c5f496c 100644
--- a/discord/client.py
+++ b/discord/client.py
@@ -745,7 +745,7 @@ class Client:
-----------
id: :class:`int`
The channel ID to create a partial messageable for.
- type: Optional[:class:`ChannelType`]
+ type: Optional[:class:`.ChannelType`]
The underlying channel type for the partial messageable.
Returns