[docs] Update notes for get_user and get_member

This commit is contained in:
pikaninja
2021-04-27 21:56:00 -04:00
committed by GitHub
parent 127b3239e9
commit 56f4ae3a83
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
-----------
+1 -1
View File
@@ -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
-----------