Fix black reformatting on guild file

Black seems to not properly run on 2nd commits on PRs so this slid
through.
This commit is contained in:
Rapptz 2022-03-05 22:14:58 -05:00
parent e9c91a535a
commit 82464419ce

View File

@ -263,9 +263,9 @@ class Guild(Hashable):
.. versionadded:: 2.0
approximate_presence_count: Optional[:class:`int`]
The approximate number of members currently active in the guild.
Offline members are excluded. This is ``None`` unless the guild is obtained using
Offline members are excluded. This is ``None`` unless the guild is obtained using
:meth:`Client.fetch_guild` with ``with_counts=True``.
.. versionchanged:: 2.0
"""