mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-05-16 10:49:24 +00:00
Fix documentation build for Client.get_partial_messageable
This commit is contained in:
parent
b7ac0a02ca
commit
4733a499a5
@ -825,8 +825,8 @@ class Client:
|
|||||||
The optional guild ID to create a partial messageable for.
|
The optional guild ID to create a partial messageable for.
|
||||||
|
|
||||||
This is not required to actually send messages, but it does allow the
|
This is not required to actually send messages, but it does allow the
|
||||||
:meth:`PartialMessageable.jump_url` and :attr:`PartialMessageable.guild`
|
:meth:`~discord.PartialMessageable.jump_url` and
|
||||||
properties to function properly.
|
:attr:`~discord.PartialMessageable.guild` properties to function properly.
|
||||||
type: Optional[:class:`.ChannelType`]
|
type: Optional[:class:`.ChannelType`]
|
||||||
The underlying channel type for the partial messageable.
|
The underlying channel type for the partial messageable.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user