mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-05-16 18:59:09 +00:00
Correct docstring missing ]
This commit is contained in:
parent
34f2fb36b1
commit
5ef30e34e5
@ -264,7 +264,7 @@ class MessageReference:
|
|||||||
The channel id of the message referenced.
|
The channel id of the message referenced.
|
||||||
guild_id: Optional[:class:`int`]
|
guild_id: Optional[:class:`int`]
|
||||||
The guild id of the message referenced.
|
The guild id of the message referenced.
|
||||||
resolved: Optional[Union[:class:`Message`, :class:`DeletedReferencedMessage`]
|
resolved: Optional[Union[:class:`Message`, :class:`DeletedReferencedMessage`]]
|
||||||
The message that this reference resolved to. If this is ``None``
|
The message that this reference resolved to. If this is ``None``
|
||||||
then the original message was not fetched either due to the discord API
|
then the original message was not fetched either due to the discord API
|
||||||
not attempting to resolve it or it not being available at the time of creation.
|
not attempting to resolve it or it not being available at the time of creation.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user