diff options
| author | MrKomodoDragon <[email protected]> | 2021-04-30 16:08:45 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-30 19:08:45 -0400 |
| commit | a8945b578406c6ee9ebd51af7a0ef5f8b0e313dd (patch) | |
| tree | 76699e5482607d73ebd355645fbf565f8721bef5 /discord/guild.py | |
| parent | [commands] Remove Flag related delimiter and prefix error (diff) | |
| download | discord.py-a8945b578406c6ee9ebd51af7a0ef5f8b0e313dd.tar.xz discord.py-a8945b578406c6ee9ebd51af7a0ef5f8b0e313dd.zip | |
Fix grammar in the Guild.edit docstring
Diffstat (limited to 'discord/guild.py')
| -rw-r--r-- | discord/guild.py | 4 |
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. |