Browse Source
Specify where to get max_members in documentation
pull/5181/head
Jaime Garcia Jr
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
1 deletions
-
discord/guild.py
|
|
@ -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. |
|
|
|
|
|
|
|