Fix references in docs

This commit is contained in:
Josh
2021-08-22 19:50:28 +10:00
committed by GitHub
parent e46d974c8a
commit 9727b56503
2 changed files with 3 additions and 3 deletions

View File

@ -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