From 7cec42c8f1c641d2f59eb5af560c1bca21d4df0a Mon Sep 17 00:00:00 2001 From: Steve C Date: Sun, 7 Jul 2019 00:33:29 -0400 Subject: [PATCH] Fix doc URL in Client.fetch_guild --- discord/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/client.py b/discord/client.py index 745e0d583..3d2b68e5f 100644 --- a/discord/client.py +++ b/discord/client.py @@ -976,7 +976,7 @@ class Client: .. note:: - Using this, you will **not** receive :attr:`.Guild.channels`, :class:`.Guild.members`, + Using this, you will **not** receive :attr:`.Guild.channels`, :attr:`.Guild.members`, :attr:`.Member.activity` and :attr:`.Member.voice` per :class:`.Member`. .. note::