Fix misleading Error documentation for Client.fetch_guild

This commit is contained in:
Lucas Hardt
2023-09-05 11:40:59 -04:00
committed by GitHub
parent 69dd6052e4
commit 3827671bf7
+2 -2
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.