diff options
| author | Tyler <[email protected]> | 2019-08-12 07:50:31 +0900 |
|---|---|---|
| committer | Danny <[email protected]> | 2019-08-11 18:50:31 -0400 |
| commit | c7a1f5e6e9f18fff3128d67b6d098a4ab842fcb7 (patch) | |
| tree | 6ab0ec12179b8ff9d38f874df7705ec65d2ade3f /discord/client.py | |
| parent | [commands] Add role cooldown bucket (diff) | |
| download | discord.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.py | 6 |
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 ------------ |