[docs] remove mentions of bot only usability

This commit is contained in:
Sebastian Law
2021-05-04 04:21:59 -07:00
committed by GitHub
parent 1d4e339141
commit b82a0dc6fd
3 changed files with 6 additions and 12 deletions

View File

@ -1255,10 +1255,9 @@ class Client:
async def fetch_user(self, user_id):
"""|coro|
Retrieves a :class:`~discord.User` based on their ID. This can only
be used by bot accounts. You do not have to share any guilds
with the user to get this information, however many operations
do require that you do.
Retrieves a :class:`~discord.User` based on their ID.
You do not have to share any guilds with the user to get this information,
however many operations do require that you do.
.. note::