diff options
| author | Rapptz <[email protected]> | 2019-06-04 19:04:44 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2019-06-04 19:04:44 -0400 |
| commit | 9674055c2ac2c5385564775f82010fac76c790f1 (patch) | |
| tree | 94084a0d66fbeaeae82c55cdc4a4a474d8ee089f /discord/user.py | |
| parent | Add support for new message types related to premium guilds. (diff) | |
| download | discord.py-9674055c2ac2c5385564775f82010fac76c790f1.tar.xz discord.py-9674055c2ac2c5385564775f82010fac76c790f1.zip | |
Add support for animated guild icons.
Diffstat (limited to 'discord/user.py')
| -rw-r--r-- | discord/user.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/user.py b/discord/user.py index 3867c95f..09b1f753 100644 --- a/discord/user.py +++ b/discord/user.py @@ -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 ----------- |