aboutsummaryrefslogtreecommitdiff
path: root/discord/client.py
diff options
context:
space:
mode:
Diffstat (limited to 'discord/client.py')
-rw-r--r--discord/client.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/discord/client.py b/discord/client.py
index 7b361f16..2ed8b4ef 100644
--- a/discord/client.py
+++ b/discord/client.py
@@ -1255,10 +1255,9 @@ class Client:
async def fetch_user(self, user_id):
"""|coro|
- Retrieves a :class:`~discord.User` based on their ID. This can only
- be used by bot accounts. You do not have to share any guilds
- with the user to get this information, however many operations
- do require that you do.
+ Retrieves a :class:`~discord.User` based on their ID.
+ You do not have to share any guilds with the user to get this information,
+ however many operations do require that you do.
.. note::