Browse Source
[docs] Update notes for get_user and get_member
pull/6814/head
pikaninja
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
discord/client.py
-
discord/guild.py
|
|
@ -1257,7 +1257,7 @@ class Client: |
|
|
|
|
|
|
|
.. note:: |
|
|
|
|
|
|
|
This method is an API call. For general usage, consider :meth:`get_user` instead. |
|
|
|
This method is an API call. If you have :attr:`Intents.members` and member cache enabled, consider :meth:`get_user` instead. |
|
|
|
|
|
|
|
Parameters |
|
|
|
----------- |
|
|
|
|
|
@ -1278,7 +1278,7 @@ class Guild(Hashable): |
|
|
|
|
|
|
|
.. note:: |
|
|
|
|
|
|
|
This method is an API call. For general usage, consider :meth:`get_member` instead. |
|
|
|
This method is an API call. If you have :attr:`Intents.members` and member cache enabled, consider :meth:`get_member` instead. |
|
|
|
|
|
|
|
Parameters |
|
|
|
----------- |
|
|
|