[docs] Update notes for get_user and get_member

This commit is contained in:
pikaninja
2021-05-01 10:31:27 -04:00
committed by Rapptz
parent 648b786bc1
commit 318166d875
2 changed files with 2 additions and 2 deletions
+1 -1
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
-----------
+1 -1
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
-----------