Browse Source

Fix black reformatting on guild file

Black seems to not properly run on 2nd commits on PRs so this slid
through.
pull/7514/head
Rapptz 3 years ago
parent
commit
82464419ce
  1. 4
      discord/guild.py

4
discord/guild.py

@ -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
"""

Loading…
Cancel
Save