mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-06-07 20:28:38 +00:00
Fix small typo in Guild.edit docstring
This commit is contained in:
parent
89ee05c03f
commit
dc8cbc073e
@ -1698,14 +1698,13 @@ class Guild(Hashable):
|
|||||||
|
|
||||||
Edits the guild.
|
Edits the guild.
|
||||||
|
|
||||||
You must have the :attr:`~Permissions.manage_guild` permission
|
You must have the :attr:`~Permissions.manage_guild` permission to edit the guild.
|
||||||
to edit the guild.
|
|
||||||
|
|
||||||
.. versionchanged:: 1.4
|
.. versionchanged:: 1.4
|
||||||
The `rules_channel` and `public_updates_channel` keyword-only parameters were added.
|
The ``rules_channel`` and ``public_updates_channel`` keyword parameters were added.
|
||||||
|
|
||||||
.. versionchanged:: 2.0
|
.. versionchanged:: 2.0
|
||||||
The `discovery_splash` and `community` keyword-only parameters were added.
|
The ``discovery_splash`` and `community` keyword parameters were added.
|
||||||
|
|
||||||
.. versionchanged:: 2.0
|
.. versionchanged:: 2.0
|
||||||
The newly updated guild is returned.
|
The newly updated guild is returned.
|
||||||
@ -1721,7 +1720,7 @@ class Guild(Hashable):
|
|||||||
The ``preferred_locale`` keyword parameter now accepts an enum instead of :class:`str`.
|
The ``preferred_locale`` keyword parameter now accepts an enum instead of :class:`str`.
|
||||||
|
|
||||||
.. versionchanged:: 2.0
|
.. versionchanged:: 2.0
|
||||||
The `premium_progress_bar_enabled` keyword-only parameter were added.
|
The ``premium_progress_bar_enabled`` keyword parameter was added.
|
||||||
|
|
||||||
Parameters
|
Parameters
|
||||||
----------
|
----------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user