aboutsummaryrefslogtreecommitdiff
path: root/discord/client.py
diff options
context:
space:
mode:
authorTyler <[email protected]>2019-08-12 07:50:31 +0900
committerDanny <[email protected]>2019-08-11 18:50:31 -0400
commitc7a1f5e6e9f18fff3128d67b6d098a4ab842fcb7 (patch)
tree6ab0ec12179b8ff9d38f874df7705ec65d2ade3f /discord/client.py
parent[commands] Add role cooldown bucket (diff)
downloaddiscord.py-c7a1f5e6e9f18fff3128d67b6d098a4ab842fcb7.tar.xz
discord.py-c7a1f5e6e9f18fff3128d67b6d098a4ab842fcb7.zip
Disambiguate and normalize documentation for non-bot only methods
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
------------