Disambiguate and normalize documentation for non-bot only methods

This commit is contained in:
Tyler
2019-08-12 07:50:31 +09:00
committed by Danny
parent c7d3ebb400
commit c7a1f5e6e9
3 changed files with 21 additions and 17 deletions

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
------------