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.
HTTPException
Fetching the member failed.
NotFound
The member could not be found.
Returns
--------

Loading…
Cancel
Save