From b4358d0dcf46f426717a84090f4ec158dd243faf Mon Sep 17 00:00:00 2001 From: Dimbreath Date: Sat, 7 Sep 2019 23:42:24 -0300 Subject: [PATCH] [docs] You can upload gifs using guild.edit() Only if it has ANIMATED_ICON feature. --- discord/guild.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/discord/guild.py b/discord/guild.py index 6db23a863..4096bab0a 100644 --- a/discord/guild.py +++ b/discord/guild.py @@ -1012,7 +1012,8 @@ 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` A :term:`py:bytes-like object` representing the banner.