mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-19 15:36:02 +00:00
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:
parent
e9c91a535a
commit
82464419ce
@ -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…
x
Reference in New Issue
Block a user