Browse Source

fix HTTPException explanation in Guild.fetch_member docs

pull/4069/head
iomintz 5 years ago
committed by GitHub
parent
commit
559c464d3b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      discord/guild.py

2
discord/guild.py

@ -1204,7 +1204,7 @@ class Guild(Hashable):
Forbidden
You do not have access to the guild.
HTTPException
Getting the guild failed.
Fetching the member failed.
Returns
--------

Loading…
Cancel
Save