Browse Source

Fix documentation build for Client.get_partial_messageable

pull/7990/head
Rapptz 3 years ago
parent
commit
4733a499a5
  1. 4
      discord/client.py

4
discord/client.py

@ -825,8 +825,8 @@ class Client:
The optional guild ID to create a partial messageable for.
This is not required to actually send messages, but it does allow the
:meth:`PartialMessageable.jump_url` and :attr:`PartialMessageable.guild`
properties to function properly.
:meth:`~discord.PartialMessageable.jump_url` and
:attr:`~discord.PartialMessageable.guild` properties to function properly.
type: Optional[:class:`.ChannelType`]
The underlying channel type for the partial messageable.

Loading…
Cancel
Save