From c7a1f5e6e9f18fff3128d67b6d098a4ab842fcb7 Mon Sep 17 00:00:00 2001 From: Tyler Date: Mon, 12 Aug 2019 07:50:31 +0900 Subject: Disambiguate and normalize documentation for non-bot only methods --- discord/client.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'discord/client.py') 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 ------------ -- cgit v1.2.3