Fix grammar in the Guild.edit docstring
This commit is contained in:
parent
1a8d63d54f
commit
a8945b5784
@ -1010,8 +1010,8 @@ class Guild(Hashable):
|
|||||||
The new description of the guild. This is only available to guilds that
|
The new description of the guild. This is only available to guilds that
|
||||||
contain ``PUBLIC`` in :attr:`Guild.features`.
|
contain ``PUBLIC`` in :attr:`Guild.features`.
|
||||||
icon: :class:`bytes`
|
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 is supported.
|
||||||
and GIF This is only available to guilds that contain ``ANIMATED_ICON`` in :attr:`Guild.features`.
|
GIF is only available to guilds that contain ``ANIMATED_ICON`` in :attr:`Guild.features`.
|
||||||
Could be ``None`` to denote removal of the icon.
|
Could be ``None`` to denote removal of the icon.
|
||||||
banner: :class:`bytes`
|
banner: :class:`bytes`
|
||||||
A :term:`py:bytes-like object` representing the banner.
|
A :term:`py:bytes-like object` representing the banner.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user