From 5e7357efa5732ec38d483a1c88108c1915b6a54c Mon Sep 17 00:00:00 2001 From: MrKomodoDragon <74436682+MrKomodoDragon@users.noreply.github.com> Date: Fri, 30 Apr 2021 16:08:45 -0700 Subject: [PATCH] Fix grammar in the Guild.edit docstring --- discord/guild.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/discord/guild.py b/discord/guild.py index a7eb4c55d..ceac14bf1 100644 --- a/discord/guild.py +++ b/discord/guild.py @@ -1108,8 +1108,8 @@ class Guild(Hashable): The new description of the guild. This is only available to guilds that contain ``PUBLIC`` in :attr:`Guild.features`. icon: :class:`bytes` - A :term:`py:bytes-like object` representing the icon. Only PNG/JPEG supported - and GIF This is only available to guilds that contain ``ANIMATED_ICON`` in :attr:`Guild.features`. + A :term:`py:bytes-like object` representing the icon. Only PNG/JPEG is supported. + GIF is only available to guilds that contain ``ANIMATED_ICON`` in :attr:`Guild.features`. Could be ``None`` to denote removal of the icon. banner: :class:`bytes` A :term:`py:bytes-like object` representing the banner.