From 3827671bf748c6f44f75f72fe1a84935c24c01b9 Mon Sep 17 00:00:00 2001 From: Lucas Hardt Date: Tue, 5 Sep 2023 17:40:59 +0200 Subject: [PATCH] Fix misleading Error documentation for Client.fetch_guild --- discord/client.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/discord/client.py b/discord/client.py index ff083c33b..83eb9287a 100644 --- a/discord/client.py +++ b/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.