diff options
| author | pikaninja <[email protected]> | 2021-04-27 18:56:00 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-27 21:56:00 -0400 |
| commit | 56f4ae3a83c385facd4b8e23e7b45d4355ae3871 (patch) | |
| tree | 5b41ba22b5cc38f04181a25d4d696cb32ee9f107 /discord/client.py | |
| parent | Fix AttributeError in examples (diff) | |
| download | discord.py-56f4ae3a83c385facd4b8e23e7b45d4355ae3871.tar.xz discord.py-56f4ae3a83c385facd4b8e23e7b45d4355ae3871.zip | |
[docs] Update notes for get_user and get_member
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 ----------- |