mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-06-08 04:38:42 +00:00
Grammar fixes for notes on EmbedProxy
This commit is contained in:
parent
f2c7b2e6d8
commit
84e9168447
@ -64,9 +64,9 @@ class Embed:
|
|||||||
Returns the total size of the embed.
|
Returns the total size of the embed.
|
||||||
Useful for checking if it's within the 6000 character limit.
|
Useful for checking if it's within the 6000 character limit.
|
||||||
|
|
||||||
Certain properties return an ``EmbedProxy``. Which is a type
|
Certain properties return an ``EmbedProxy``, a type
|
||||||
that acts similar to a regular :class:`dict` except access the attributes
|
that acts similar to a regular :class:`dict` except using dotted access,
|
||||||
via dotted access, e.g. ``embed.author.icon_url``. If the attribute
|
e.g. ``embed.author.icon_url``. If the attribute
|
||||||
is invalid or empty, then a special sentinel value is returned,
|
is invalid or empty, then a special sentinel value is returned,
|
||||||
:attr:`Embed.Empty`.
|
:attr:`Embed.Empty`.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user