From 924398c1acab26f10161d8a1aa468903c8b65313 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Wed, 20 Nov 2019 01:43:01 -0500 Subject: [PATCH] Trailing whitespace in documentation. --- discord/guild.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/guild.py b/discord/guild.py index a06efcd3f..5c41a4bf5 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`