aboutsummaryrefslogtreecommitdiff
path: root/discord/client.py
diff options
context:
space:
mode:
Diffstat (limited to 'discord/client.py')
-rw-r--r--discord/client.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/discord/client.py b/discord/client.py
index c164fc09..333db804 100644
--- a/discord/client.py
+++ b/discord/client.py
@@ -1228,7 +1228,11 @@ class Client:
async def fetch_user_profile(self, user_id):
"""|coro|
- Gets an arbitrary user's profile. This can only be used by non-bot accounts.
+ Gets an arbitrary user's profile.
+
+ .. note::
+
+ This can only be used by non-bot accounts.
Parameters
------------