Browse Source
fix HTTPException explanation in Guild.fetch_member docs
pull/4069/head
iomintz
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|
-------- |
|
|
|