Add support for animated guild icons.

This commit is contained in:
Rapptz
2019-06-04 19:04:44 -04:00
parent 5dce3410e6
commit 9674055c2a
3 changed files with 38 additions and 8 deletions

View File

@ -136,7 +136,7 @@ class BaseUser(_BaseUser):
The format must be one of 'webp', 'jpeg', 'jpg', 'png' or 'gif', and
'gif' is only valid for animated avatars. The size must be a power of 2
between 16 and 1024.
between 16 and 4096.
Parameters
-----------