From ab1c606ff2838ea4b71f66a3acf2174d48926239 Mon Sep 17 00:00:00 2001 From: Jaime Garcia Jr <40704782+JJgar2725@users.noreply.github.com> Date: Fri, 31 Jul 2020 20:08:15 -0500 Subject: [PATCH] Specify where to get max_members in documentation --- discord/guild.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/discord/guild.py b/discord/guild.py index 8e88bb458..ce32bfc9e 100644 --- a/discord/guild.py +++ b/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.