mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-05-12 16:59:50 +00:00
Fixed incorrectly named 'Intent' class in doc.
`Intent.members` -> `Intents.members`.
This commit is contained in:
parent
e4d7f44aa5
commit
3084deee18
@ -711,7 +711,7 @@ class Guild(Hashable):
|
|||||||
.. warning::
|
.. warning::
|
||||||
|
|
||||||
Due to a Discord limitation, in order for this attribute to remain up-to-date and
|
Due to a Discord limitation, in order for this attribute to remain up-to-date and
|
||||||
accurate, it requires :attr:`Intent.members` to be specified.
|
accurate, it requires :attr:`Intents.members` to be specified.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
return self._member_count
|
return self._member_count
|
||||||
|
Loading…
x
Reference in New Issue
Block a user