Update embed property doc grammar
This commit is contained in:
parent
63fcfa6d02
commit
221df0ab02
@ -173,7 +173,7 @@ class Embed:
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def footer(self):
|
def footer(self):
|
||||||
"""Returns a ``EmbedProxy`` denoting the footer contents.
|
"""Returns an ``EmbedProxy`` denoting the footer contents.
|
||||||
|
|
||||||
See :meth:`set_footer` for possible values you can access.
|
See :meth:`set_footer` for possible values you can access.
|
||||||
|
|
||||||
@ -206,7 +206,7 @@ class Embed:
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def image(self):
|
def image(self):
|
||||||
"""Returns a ``EmbedProxy`` denoting the image contents.
|
"""Returns an ``EmbedProxy`` denoting the image contents.
|
||||||
|
|
||||||
Possible attributes you can access are:
|
Possible attributes you can access are:
|
||||||
|
|
||||||
@ -239,7 +239,7 @@ class Embed:
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def thumbnail(self):
|
def thumbnail(self):
|
||||||
"""Returns a ``EmbedProxy`` denoting the thumbnail contents.
|
"""Returns an ``EmbedProxy`` denoting the thumbnail contents.
|
||||||
|
|
||||||
Possible attributes you can access are:
|
Possible attributes you can access are:
|
||||||
|
|
||||||
@ -272,7 +272,7 @@ class Embed:
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def video(self):
|
def video(self):
|
||||||
"""Returns a ``EmbedProxy`` denoting the video contents.
|
"""Returns an ``EmbedProxy`` denoting the video contents.
|
||||||
|
|
||||||
Possible attributes include:
|
Possible attributes include:
|
||||||
|
|
||||||
@ -286,7 +286,7 @@ class Embed:
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def provider(self):
|
def provider(self):
|
||||||
"""Returns a ``EmbedProxy`` denoting the provider contents.
|
"""Returns an ``EmbedProxy`` denoting the provider contents.
|
||||||
|
|
||||||
The only attributes that might be accessed are ``name`` and ``url``.
|
The only attributes that might be accessed are ``name`` and ``url``.
|
||||||
|
|
||||||
@ -296,7 +296,7 @@ class Embed:
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def author(self):
|
def author(self):
|
||||||
"""Returns a ``EmbedProxy`` denoting the author contents.
|
"""Returns an ``EmbedProxy`` denoting the author contents.
|
||||||
|
|
||||||
See :meth:`set_author` for possible values you can access.
|
See :meth:`set_author` for possible values you can access.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user