Browse Source
Fix misleading Error documentation for Client.fetch_guild
pull/9559/head
Lucas Hardt
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
discord/client.py
|
|
@ -2243,8 +2243,8 @@ class Client: |
|
|
|
|
|
|
|
Raises |
|
|
|
------ |
|
|
|
Forbidden |
|
|
|
You do not have access to the guild. |
|
|
|
NotFound |
|
|
|
The guild doesn't exist or you got no access to it. |
|
|
|
HTTPException |
|
|
|
Getting the guild failed. |
|
|
|
|
|
|
|