diff options
Diffstat (limited to 'discord/embeds.py')
| -rw-r--r-- | discord/embeds.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/discord/embeds.py b/discord/embeds.py index 0adf20cc..e8b83985 100644 --- a/discord/embeds.py +++ b/discord/embeds.py @@ -87,10 +87,9 @@ class Embed: url: :class:`str` The URL of the embed. This can be set during initialisation. - timestamp: `datetime.datetime` + timestamp: :class:`datetime.datetime` The timestamp of the embed content. This could be a naive or aware datetime. - This can be set during initialisation. - colour: :class:`Colour` or :class:`int` + colour: Union[:class:`Colour`, :class:`int`] The colour code of the embed. Aliased to ``color`` as well. This can be set during initialisation. Empty |