Browse Source

Fix Guild.fetch_member docstring

Co-authored-by: Danny <[email protected]>
pull/10109/head
lightningyx 3 years ago
committed by dolfies
parent
commit
8b3f097ce0
  1. 2
      discord/guild.py

2
discord/guild.py

@ -1905,6 +1905,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
-------- --------

Loading…
Cancel
Save