[docs] Update notes for get_user and get_member

This commit is contained in:
pikaninja 2021-04-27 18:56:00 -07:00 committed by Rapptz
parent 648b786bc1
commit 318166d875
2 changed files with 2 additions and 2 deletions

View File

@ -1362,7 +1362,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
-----------

View File

@ -1375,7 +1375,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
-----------