aboutsummaryrefslogtreecommitdiff
path: root/discord
diff options
context:
space:
mode:
Diffstat (limited to 'discord')
-rw-r--r--discord/guild.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/discord/guild.py b/discord/guild.py
index a54da6f0..dac1c6fa 100644
--- a/discord/guild.py
+++ b/discord/guild.py
@@ -1010,8 +1010,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.