Browse Source

Fix doc URL in Client.fetch_guild

pull/2277/head
Steve C 6 years ago
committed by Rapptz
parent
commit
7cec42c8f1
  1. 2
      discord/client.py

2
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::

Loading…
Cancel
Save