diff options
| author | Steve C <[email protected]> | 2019-07-07 00:33:29 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2019-07-18 18:06:26 -0400 |
| commit | 7cec42c8f1c641d2f59eb5af560c1bca21d4df0a (patch) | |
| tree | 244b305d36a16321d2ea5faae9508ccdaa700f12 | |
| parent | use proper ip for endpoint ip (diff) | |
| download | discord.py-7cec42c8f1c641d2f59eb5af560c1bca21d4df0a.tar.xz discord.py-7cec42c8f1c641d2f59eb5af560c1bca21d4df0a.zip | |
Fix doc URL in Client.fetch_guild
| -rw-r--r-- | discord/client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/client.py b/discord/client.py index 745e0d58..3d2b68e5 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:: |