fix merge conflict

This commit is contained in:
iDutchy
2020-11-24 17:19:31 -06:00
22 changed files with 448 additions and 64 deletions

View File

@@ -2053,6 +2053,23 @@ of :class:`enum.Enum`.
Represents the default avatar with the color red.
See also :attr:`Colour.red`
.. class:: StickerType
Represents the type of sticker images.
.. versionadded:: 1.6
.. attribute:: png
Represents a sticker with a png image.
.. attribute:: apng
Represents a sticker with an apng image.
.. attribute:: lottie
Represents a sticker with a lottie image.
Async Iterator
----------------
@@ -2976,6 +2993,12 @@ Widget
.. autoclass:: Widget()
:members:
Sticker
~~~~~~~~~~~~~~~
.. autoclass:: Sticker()
:members:
MessageReference
~~~~~~~~~~~~~~~~~
.. autoclass:: MessageReference()
@@ -3177,7 +3200,6 @@ PublicUserFlags
.. autoclass:: PublicUserFlags()
:members:
Exceptions
------------