Specify where to get max_members in documentation

This commit is contained in:
Jaime Garcia Jr 2020-07-31 20:08:15 -05:00 committed by GitHub
parent 6d88316767
commit ab1c606ff2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,7 +104,11 @@ class Guild(Hashable):
max_presences: Optional[:class:`int`]
The maximum amount of presences for the guild.
max_members: Optional[:class:`int`]
The maximum amount of members for the guild.
The maximum amount of members for the guild.
.. note::
This attribute is only available via :meth:`.Client.fetch_guild`.
max_video_channel_users: Optional[:class:`int`]
The maximum amount of users in a video channel.