Apparently a conflict sneaked through
This commit is contained in:
parent
0f3b15f10d
commit
2df88ccc27
@ -534,13 +534,8 @@ class Embed:
|
|||||||
return self
|
return self
|
||||||
|
|
||||||
@property
|
@property
|
||||||
<<<<<<< HEAD
|
|
||||||
def fields(self):
|
|
||||||
"""List[Union[``EmbedProxy``, :attr:`Empty`]]: Returns a :class:`list` of ``EmbedProxy`` denoting the field contents.
|
|
||||||
=======
|
|
||||||
def fields(self) -> List[_EmbedFieldProxy]:
|
def fields(self) -> List[_EmbedFieldProxy]:
|
||||||
"""Union[List[:class:`EmbedProxy`], :attr:`Empty`]: Returns a :class:`list` of ``EmbedProxy`` denoting the field contents.
|
"""Union[List[:class:`EmbedProxy`], :attr:`Empty`]: Returns a :class:`list` of ``EmbedProxy`` denoting the field contents.
|
||||||
>>>>>>> 523e35e4f3c3c49d4e471359f9fb559242bbecc8
|
|
||||||
|
|
||||||
See :meth:`add_field` for possible values you can access.
|
See :meth:`add_field` for possible values you can access.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user