diff options
Diffstat (limited to 'discord/client.py')
| -rw-r--r-- | discord/client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/client.py b/discord/client.py index 4585e8a7..8c6f4936 100644 --- a/discord/client.py +++ b/discord/client.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 ----------- |