diff options
| author | Rapptz <[email protected]> | 2019-11-20 01:43:01 -0500 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2019-11-20 01:43:01 -0500 |
| commit | 924398c1acab26f10161d8a1aa468903c8b65313 (patch) | |
| tree | 54ce66bea4cbae1620a77d23602a3a6491341b92 | |
| parent | Fix regression with references being overwritten from the cache. (diff) | |
| download | discord.py-924398c1acab26f10161d8a1aa468903c8b65313.tar.xz discord.py-924398c1acab26f10161d8a1aa468903c8b65313.zip | |
Trailing whitespace in documentation.
| -rw-r--r-- | discord/guild.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/guild.py b/discord/guild.py index a06efcd3..5c41a4bf 100644 --- a/discord/guild.py +++ b/discord/guild.py @@ -1013,7 +1013,7 @@ class Guild(Hashable): The new description of the guild. This is only available to guilds that contain `VERIFIED` in :attr:`Guild.features`. icon: :class:`bytes` - A :term:`py:bytes-like object` representing the icon. Only PNG/JPEG supported + A :term:`py:bytes-like object` representing the icon. Only PNG/JPEG supported and GIF for guilds with ``ANIMATED_ICON`` feature. Could be ``None`` to denote removal of the icon. banner: :class:`bytes` |