Fix Guild.fetch_member docstring

Co-authored-by: Danny <Rapptz@users.noreply.github.com>
This commit is contained in:
lightningyx 2022-04-18 12:26:32 +02:00 committed by GitHub
parent 15a6a04622
commit 482bd11ac7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1957,6 +1957,8 @@ class Guild(Hashable):
You do not have access to the guild. You do not have access to the guild.
HTTPException HTTPException
Fetching the member failed. Fetching the member failed.
NotFound
The member could not be found.
Returns Returns
-------- --------