Disambiguate and normalize documentation for non-bot only methods

This commit is contained in:
Tyler
2019-08-11 18:50:31 -04:00
committed by Danny
parent c7d3ebb400
commit c7a1f5e6e9
3 changed files with 21 additions and 17 deletions
+5 -1
View File
@@ -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
------------