Fix misleading Error documentation for Client.fetch_guild

This commit is contained in:
Lucas Hardt 2023-09-05 17:40:59 +02:00 committed by GitHub
parent 69dd6052e4
commit 3827671bf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.