Browse Source
Update ClientUser.edit docs for animated avatars
pull/9733/head
JDJG
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
discord/user.py
|
|
@ -410,7 +410,6 @@ class ClientUser(BaseUser): |
|
|
|
then the file must be opened via ``open('some_filename', 'rb')`` and |
|
|
|
the :term:`py:bytes-like object` is given through the use of ``fp.read()``. |
|
|
|
|
|
|
|
The only image formats supported for uploading is JPEG and PNG. |
|
|
|
|
|
|
|
.. versionchanged:: 2.0 |
|
|
|
The edit is no longer in-place, instead the newly edited client user is returned. |
|
|
@ -426,6 +425,7 @@ class ClientUser(BaseUser): |
|
|
|
avatar: Optional[:class:`bytes`] |
|
|
|
A :term:`py:bytes-like object` representing the image to upload. |
|
|
|
Could be ``None`` to denote no avatar. |
|
|
|
Only image formats supported for uploading are JPEG, PNG, GIF, and WEBP. |
|
|
|
|
|
|
|
Raises |
|
|
|
------ |
|
|
|