mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-06 09:56:09 +00:00
Improve documentation
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user