Browse Source

Fix Guild.fetch_member docstring

Co-authored-by: Danny <[email protected]>
pull/7900/head
lightningyx 3 years ago
committed by GitHub
parent
commit
482bd11ac7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      discord/guild.py

2
discord/guild.py

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