mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-19 15:36:02 +00:00
Specify where to get max_members in documentation
This commit is contained in:
parent
6d88316767
commit
ab1c606ff2
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user